Uses of Class
net.minecraft.entity.mob.GhastEntity
Package
Description
-
Uses of GhastEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionGhastEntityRenderer.getTexture(GhastEntity ghastEntity)
protected void
GhastEntityRenderer.scale(GhastEntity ghastEntity, MatrixStack matrixStack, float float2)
-
Uses of GhastEntity in net.minecraft.entity
-
Uses of GhastEntity in net.minecraft.entity.mob
Modifier and TypeFieldDescriptionprivate GhastEntity
GhastEntity.FlyRandomlyGoal.ghast
private GhastEntity
GhastEntity.GhastMoveControl.ghast
private GhastEntity
GhastEntity.LookAtTargetGoal.ghast
private GhastEntity
GhastEntity.ShootFireballGoal.ghast
Modifier and TypeMethodDescriptionstatic boolean
GhastEntity.canSpawn(EntityType<GhastEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)
ModifierConstructorDescriptionFlyRandomlyGoal(GhastEntity ghast)
GhastMoveControl(GhastEntity ghast)
LookAtTargetGoal(GhastEntity ghast)
ShootFireballGoal(GhastEntity ghast)