Uses of Class
net.minecraft.world.entity.animal.HappyGhast
Packages that use HappyGhast
Package
Description
-
Uses of HappyGhast in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type HappyGhastModifier and TypeMethodDescriptionvoid
HappyGhastRenderer.extractRenderState
(HappyGhast p_415945_, HappyGhastRenderState p_415588_, float p_415709_) protected AABB
HappyGhastRenderer.getBoundingBoxForCulling
(HappyGhast p_416147_) -
Uses of HappyGhast in net.minecraft.client.resources.sounds
Fields in net.minecraft.client.resources.sounds declared as HappyGhastModifier and TypeFieldDescriptionprivate final HappyGhast
RidingHappyGhastSoundInstance.happyGhast
Constructors in net.minecraft.client.resources.sounds with parameters of type HappyGhastModifierConstructorDescriptionRidingHappyGhastSoundInstance
(Player pPlayer, HappyGhast pHappyGhast) -
Uses of HappyGhast in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type HappyGhast -
Uses of HappyGhast in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal with type parameters of type HappyGhastModifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableList
<SensorType<? extends Sensor<? super HappyGhast>>> HappyGhastAi.SENSOR_TYPES
Methods in net.minecraft.world.entity.animal that return types with arguments of type HappyGhastModifier and TypeMethodDescriptionprotected Brain.Provider
<HappyGhast> HappyGhast.brainProvider()
static Brain.Provider
<HappyGhast> HappyGhastAi.brainProvider()
Methods in net.minecraft.world.entity.animal with parameters of type HappyGhastModifier and TypeMethodDescriptionstatic void
HappyGhastAi.updateActivity
(HappyGhast pHappyGhast) Method parameters in net.minecraft.world.entity.animal with type arguments of type HappyGhastModifier and TypeMethodDescriptionprivate static void
HappyGhastAi.initCoreActivity
(Brain<HappyGhast> pBrain) private static void
HappyGhastAi.initIdleActivity
(Brain<HappyGhast> pBrain) private static void
HappyGhastAi.initPanicActivity
(Brain<HappyGhast> pBrain) protected static Brain
<?> HappyGhastAi.makeBrain
(Brain<HappyGhast> pBrain) Constructors in net.minecraft.world.entity.animal with parameters of type HappyGhastConstructor parameters in net.minecraft.world.entity.animal with type arguments of type HappyGhastModifierConstructorDescriptionHappyGhast
(EntityType<? extends HappyGhast> pEntityType, Level pLevel)