Package | Description |
---|---|
net.minecraft.client.renderer.entity | |
net.minecraft.client.renderer.entity.model | |
net.minecraft.entity | |
net.minecraft.entity.passive |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
TurtleRenderer.getEntityTexture(TurtleEntity entity) |
void |
TurtleRenderer.render(TurtleEntity entityIn,
float entityYaw,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn) |
Modifier and Type | Class and Description |
---|---|
class |
TurtleModel<T extends TurtleEntity> |
Modifier and Type | Field and Description |
---|---|
static EntityType<TurtleEntity> |
EntityType.TURTLE |
Modifier and Type | Field and Description |
---|---|
private TurtleEntity |
TurtleEntity.GoHomeGoal.turtle |
private TurtleEntity |
TurtleEntity.GoToWaterGoal.turtle |
private TurtleEntity |
TurtleEntity.LayEggGoal.turtle |
private TurtleEntity |
TurtleEntity.MateGoal.turtle |
private TurtleEntity |
TurtleEntity.MoveHelperController.turtle |
private TurtleEntity |
TurtleEntity.PlayerTemptGoal.turtle |
private TurtleEntity |
TurtleEntity.TravelGoal.turtle |
private TurtleEntity |
TurtleEntity.WanderGoal.turtle |
Modifier and Type | Method and Description |
---|---|
static boolean |
TurtleEntity.func_223322_c(EntityType<TurtleEntity> p_223322_0_,
IWorld p_223322_1_,
SpawnReason reason,
BlockPos p_223322_3_,
java.util.Random p_223322_4_) |
Constructor and Description |
---|
GoHomeGoal(TurtleEntity turtle,
double speedIn) |
GoToWaterGoal(TurtleEntity turtle,
double speedIn) |
LayEggGoal(TurtleEntity turtle,
double speedIn) |
MateGoal(TurtleEntity turtle,
double speedIn) |
MoveHelperController(TurtleEntity turtleIn) |
Navigator(TurtleEntity turtle,
World worldIn) |
PanicGoal(TurtleEntity turtle,
double speedIn) |
PlayerTemptGoal(TurtleEntity turtle,
double speedIn,
Item temptItem) |
TravelGoal(TurtleEntity turtle,
double speedIn) |
WanderGoal(TurtleEntity turtle,
double speedIn,
int chance) |
Constructor and Description |
---|
TurtleEntity(EntityType<? extends TurtleEntity> type,
World worldIn) |