Uses of Class
net.minecraft.world.entity.monster.Ghast
Packages that use Ghast
Package
Description
-
Uses of Ghast in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type GhastModifier and TypeMethodDescriptionvoid
GhastRenderer.extractRenderState
(Ghast p_361127_, GhastRenderState p_365502_, float p_363045_) -
Uses of Ghast in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Ghast -
Uses of Ghast in net.minecraft.world.entity.monster
Fields in net.minecraft.world.entity.monster declared as GhastModifier and TypeFieldDescriptionprivate final Ghast
Ghast.GhastLookGoal.ghast
private final Ghast
Ghast.GhastMoveControl.ghast
private final Ghast
Ghast.GhastShootFireballGoal.ghast
private final Ghast
Ghast.RandomFloatAroundGoal.ghast
Method parameters in net.minecraft.world.entity.monster with type arguments of type GhastModifier and TypeMethodDescriptionstatic boolean
Ghast.checkGhastSpawnRules
(EntityType<Ghast> pEntityType, LevelAccessor pLevel, EntitySpawnReason pSpawnReason, BlockPos pPos, RandomSource pRandom) Constructors in net.minecraft.world.entity.monster with parameters of type GhastModifierConstructorDescriptionGhastLookGoal
(Ghast pGhast) GhastMoveControl
(Ghast pGhast) GhastShootFireballGoal
(Ghast pGhast) RandomFloatAroundGoal
(Ghast pGhast) Constructor parameters in net.minecraft.world.entity.monster with type arguments of type Ghast