Package | Description |
---|---|
net.minecraft.client.renderer.entity | |
net.minecraft.entity | |
net.minecraft.entity.monster |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
GhastRenderer.getEntityTexture(GhastEntity entity) |
protected void |
GhastRenderer.preRenderCallback(GhastEntity entitylivingbaseIn,
MatrixStack matrixStackIn,
float partialTickTime) |
Modifier and Type | Field and Description |
---|---|
static EntityType<GhastEntity> |
EntityType.GHAST |
Modifier and Type | Field and Description |
---|---|
private GhastEntity |
GhastEntity.FireballAttackGoal.parentEntity |
private GhastEntity |
GhastEntity.LookAroundGoal.parentEntity |
private GhastEntity |
GhastEntity.MoveHelperController.parentEntity |
private GhastEntity |
GhastEntity.RandomFlyGoal.parentEntity |
Modifier and Type | Method and Description |
---|---|
static boolean |
GhastEntity.func_223368_b(EntityType<GhastEntity> p_223368_0_,
IWorld p_223368_1_,
SpawnReason reason,
BlockPos p_223368_3_,
java.util.Random p_223368_4_) |
Constructor and Description |
---|
FireballAttackGoal(GhastEntity ghast) |
LookAroundGoal(GhastEntity ghast) |
MoveHelperController(GhastEntity ghast) |
RandomFlyGoal(GhastEntity ghast) |
Constructor and Description |
---|
GhastEntity(EntityType<? extends GhastEntity> type,
World worldIn) |