Uses of Class
net.minecraft.entity.monster.GhastEntity
-
Packages that use GhastEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.monster -
-
Uses of GhastEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type GhastEntity Modifier and Type Method Description ResourceLocation
GhastRenderer. getTextureLocation(GhastEntity p_110775_1_)
protected void
GhastRenderer. scale(GhastEntity p_225620_1_, MatrixStack p_225620_2_, float p_225620_3_)
-
Uses of GhastEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type GhastEntity Modifier and Type Field Description static EntityType<GhastEntity>
EntityType. GHAST
-
Uses of GhastEntity in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as GhastEntity Modifier and Type Field Description private GhastEntity
GhastEntity.FireballAttackGoal. ghast
private GhastEntity
GhastEntity.LookAroundGoal. ghast
private GhastEntity
GhastEntity.MoveHelperController. ghast
private GhastEntity
GhastEntity.RandomFlyGoal. ghast
Method parameters in net.minecraft.entity.monster with type arguments of type GhastEntity Modifier and Type Method Description static boolean
GhastEntity. checkGhastSpawnRules(EntityType<GhastEntity> p_223368_0_, IWorld p_223368_1_, SpawnReason p_223368_2_, BlockPos p_223368_3_, java.util.Random p_223368_4_)
Constructors in net.minecraft.entity.monster with parameters of type GhastEntity Constructor Description FireballAttackGoal(GhastEntity p_i45837_1_)
LookAroundGoal(GhastEntity p_i45839_1_)
MoveHelperController(GhastEntity p_i45838_1_)
RandomFlyGoal(GhastEntity p_i45836_1_)
Constructor parameters in net.minecraft.entity.monster with type arguments of type GhastEntity Constructor Description GhastEntity(EntityType<? extends GhastEntity> p_i50206_1_, World p_i50206_2_)
-