Uses of Class
net.minecraft.entity.passive.HappyGhastEntity
Packages that use HappyGhastEntity
Package
Description
-
Uses of HappyGhastEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type HappyGhastEntityModifier and TypeMethodDescriptionprotected Box
HappyGhastEntityRenderer.getBoundingBox
(HappyGhastEntity happyGhastEntity) void
HappyGhastEntityRenderer.updateRenderState
(HappyGhastEntity happyGhastEntity, HappyGhastEntityRenderState happyGhastEntityRenderState, float float2) -
Uses of HappyGhastEntity in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as HappyGhastEntityModifier and TypeFieldDescriptionprivate final HappyGhastEntity
HappyGhastRidingSoundInstance.happyGhast
Constructors in net.minecraft.client.sound with parameters of type HappyGhastEntityModifierConstructorDescriptionHappyGhastRidingSoundInstance
(PlayerEntity player, HappyGhastEntity happyGhast) -
Uses of HappyGhastEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type HappyGhastEntityModifier and TypeFieldDescriptionstatic final EntityType
<HappyGhastEntity> EntityType.HAPPY_GHAST
-
Uses of HappyGhastEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type HappyGhastEntityModifier and TypeFieldDescriptionprivate static final ImmutableList
<SensorType<? extends Sensor<? super HappyGhastEntity>>> HappyGhastBrain.SENSORS
Methods in net.minecraft.entity.passive that return types with arguments of type HappyGhastEntityModifier and TypeMethodDescriptionstatic Brain.Profile
<HappyGhastEntity> HappyGhastBrain.createBrainProfile()
protected Brain.Profile
<HappyGhastEntity> HappyGhastEntity.createBrainProfile()
Methods in net.minecraft.entity.passive with parameters of type HappyGhastEntityModifier and TypeMethodDescriptionstatic void
HappyGhastBrain.updateActivities
(HappyGhastEntity happyGhast) Method parameters in net.minecraft.entity.passive with type arguments of type HappyGhastEntityModifier and TypeMethodDescriptionprivate static void
HappyGhastBrain.addCoreActivities
(Brain<HappyGhastEntity> brain) private static void
HappyGhastBrain.addIdleActivities
(Brain<HappyGhastEntity> brain) private static void
HappyGhastBrain.addPanicActivities
(Brain<HappyGhastEntity> brain) protected static Brain
<?> HappyGhastBrain.create
(Brain<HappyGhastEntity> brain) Constructors in net.minecraft.entity.passive with parameters of type HappyGhastEntityConstructor parameters in net.minecraft.entity.passive with type arguments of type HappyGhastEntityModifierConstructorDescriptionHappyGhastEntity
(EntityType<? extends HappyGhastEntity> type, World world)