Uses of Class
net.minecraft.entity.monster.GhastEntity
Packages that use GhastEntity
Package
Description
-
Uses of GhastEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type GhastEntityModifier and TypeMethodDescriptionGhastRenderer.getTextureLocation(GhastEntity p_110775_1_) protected voidGhastRenderer.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 -
Uses of GhastEntity in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as GhastEntityModifier and TypeFieldDescriptionprivate final GhastEntityGhastEntity.FireballAttackGoal.ghastprivate final GhastEntityGhastEntity.LookAroundGoal.ghastprivate final GhastEntityGhastEntity.MoveHelperController.ghastprivate final GhastEntityGhastEntity.RandomFlyGoal.ghastMethod parameters in net.minecraft.entity.monster with type arguments of type GhastEntityModifier and TypeMethodDescriptionstatic booleanGhastEntity.checkGhastSpawnRules(EntityType<GhastEntity> p_223368_0_, IWorld p_223368_1_, SpawnReason p_223368_2_, BlockPos p_223368_3_, Random p_223368_4_) Constructors in net.minecraft.entity.monster with parameters of type GhastEntityModifierConstructorDescriptionFireballAttackGoal(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 GhastEntityModifierConstructorDescriptionGhastEntity(EntityType<? extends GhastEntity> p_i50206_1_, World p_i50206_2_)