Uses of Class
net.minecraft.entity.mob.GhastEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.mob |
-
Uses of GhastEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type GhastEntity Modifier and Type Method Description Identifier
GhastEntityRenderer. getTexture(GhastEntity ghastEntity)
protected void
GhastEntityRenderer. scale(GhastEntity ghastEntity, MatrixStack matrixStack, float float2)
-
Uses of GhastEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type GhastEntity Modifier and Type Field Description static EntityType<GhastEntity>
EntityType. GHAST
-
Uses of GhastEntity in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as GhastEntity Modifier and Type Field Description private GhastEntity
GhastEntity.FlyRandomlyGoal. ghast
private GhastEntity
GhastEntity.GhastMoveControl. ghast
private GhastEntity
GhastEntity.LookAtTargetGoal. ghast
private GhastEntity
GhastEntity.ShootFireballGoal. ghast
Method parameters in net.minecraft.entity.mob with type arguments of type GhastEntity Modifier and Type Method Description static boolean
GhastEntity. canSpawn(EntityType<GhastEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)
Constructors in net.minecraft.entity.mob with parameters of type GhastEntity Constructor Description FlyRandomlyGoal(GhastEntity ghast)
GhastMoveControl(GhastEntity ghast)
LookAtTargetGoal(GhastEntity ghast)
ShootFireballGoal(GhastEntity ghast)
Constructor parameters in net.minecraft.entity.mob with type arguments of type GhastEntity Constructor Description GhastEntity(EntityType<? extends GhastEntity> type, World world)