Package | Description |
---|---|
net.minecraft.client.renderer.entity | |
net.minecraft.entity | |
net.minecraft.entity.passive |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
OcelotRenderer.getEntityTexture(OcelotEntity entity) |
Modifier and Type | Field and Description |
---|---|
static EntityType<OcelotEntity> |
EntityType.OCELOT |
Modifier and Type | Field and Description |
---|---|
private OcelotEntity |
OcelotEntity.AvoidEntityGoal.ocelot |
private OcelotEntity |
OcelotEntity.TemptGoal.ocelot |
Modifier and Type | Method and Description |
---|---|
OcelotEntity |
OcelotEntity.createChild(AgeableEntity ageable) |
Modifier and Type | Method and Description |
---|---|
static boolean |
OcelotEntity.func_223319_c(EntityType<OcelotEntity> p_223319_0_,
IWorld p_223319_1_,
SpawnReason p_223319_2_,
BlockPos p_223319_3_,
java.util.Random p_223319_4_) |
Constructor and Description |
---|
AvoidEntityGoal(OcelotEntity ocelotIn,
java.lang.Class<T> p_i50037_2_,
float p_i50037_3_,
double p_i50037_4_,
double p_i50037_6_) |
TemptGoal(OcelotEntity ocelotIn,
double speedIn,
Ingredient temptItemsIn,
boolean p_i50036_5_) |
Constructor and Description |
---|
OcelotEntity(EntityType<? extends OcelotEntity> type,
World worldIn) |