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 BoxHappyGhastEntityRenderer.getBoundingBox(HappyGhastEntity happyGhastEntity) voidHappyGhastEntityRenderer.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 HappyGhastEntityHappyGhastRidingSoundInstance.happyGhastConstructors 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.SENSORSMethods 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 voidHappyGhastBrain.updateActivities(HappyGhastEntity happyGhast) Method parameters in net.minecraft.entity.passive with type arguments of type HappyGhastEntityModifier and TypeMethodDescriptionprivate static voidHappyGhastBrain.addCoreActivities(Brain<HappyGhastEntity> brain) private static voidHappyGhastBrain.addIdleActivities(Brain<HappyGhastEntity> brain) private static voidHappyGhastBrain.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)