Uses of Class
net.minecraft.entity.mob.GhastEntity
Packages that use GhastEntity
-
Uses of GhastEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type GhastEntityModifier and TypeMethodDescriptionprotected IdentifierGhastEntityRenderer.getTexture(GhastEntity ghastEntity) protected voidGhastEntityRenderer.scale(GhastEntity ghastEntity, float float2) -
Uses of GhastEntity in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as GhastEntityModifier and TypeFieldDescriptionprivate final GhastEntityGhastEntity.FlyRandomlyGoal.ghastprivate final GhastEntityGhastEntity.GhastMoveControl.ghastprivate final GhastEntityGhastEntity.LookAtTargetGoal.ghastprivate final GhastEntityGhastEntity.ShootFireballGoal.ghastConstructors in net.minecraft.entity.mob with parameters of type GhastEntityModifierConstructorDescriptionFlyRandomlyGoal(GhastEntity ghast) GhastMoveControl(GhastEntity ghast) LookAtTargetGoal(GhastEntity ghast) ShootFireballGoal(GhastEntity ghast)