Modifier and Type | Method and Description |
---|---|
protected void |
PandaRenderer.applyRotations(PandaEntity entityLiving,
MatrixStack matrixStackIn,
float ageInTicks,
float rotationYaw,
float partialTicks) |
ResourceLocation |
PandaRenderer.getEntityTexture(PandaEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
PandaHeldItemLayer.render(MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn,
PandaEntity entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch) |
Constructor and Description |
---|
PandaHeldItemLayer(IEntityRenderer<PandaEntity,PandaModel<PandaEntity>> p_i50930_1_) |
PandaHeldItemLayer(IEntityRenderer<PandaEntity,PandaModel<PandaEntity>> p_i50930_1_) |
Modifier and Type | Class and Description |
---|---|
class |
PandaModel<T extends PandaEntity> |
Modifier and Type | Field and Description |
---|---|
static EntityType<PandaEntity> |
EntityType.PANDA |
Modifier and Type | Field and Description |
---|---|
private PandaEntity |
PandaEntity.WatchGoal.field_220718_f |
private PandaEntity |
PandaEntity.AttackGoal.panda |
private PandaEntity |
PandaEntity.AvoidGoal.panda |
private PandaEntity |
PandaEntity.ChildPlayGoal.panda |
private PandaEntity |
PandaEntity.LieBackGoal.panda |
private PandaEntity |
PandaEntity.MateGoal.panda |
private PandaEntity |
PandaEntity.MoveHelperController.panda |
private PandaEntity |
PandaEntity.PanicGoal.panda |
private PandaEntity |
PandaEntity.RevengeGoal.panda |
private PandaEntity |
PandaEntity.RollGoal.panda |
Modifier and Type | Method and Description |
---|---|
void |
PandaEntity.getGenesForChildFromParents(PandaEntity father,
PandaEntity mother) |
Constructor and Description |
---|
AttackGoal(PandaEntity pandaIn,
double speedIn,
boolean useLongMemory) |
AvoidGoal(PandaEntity pandaIn,
java.lang.Class<T> entityClassToAvoidIn,
float distance,
double nearSpeedIn,
double farSpeedIn) |
ChildPlayGoal(PandaEntity pandaIn) |
LieBackGoal(PandaEntity pandaIn) |
MateGoal(PandaEntity pandaIn,
double speedIn) |
MoveHelperController(PandaEntity pandaIn) |
PanicGoal(PandaEntity pandaIn,
double speedIn) |
RevengeGoal(PandaEntity pandaIn,
java.lang.Class<?>... p_i51462_2_) |
RollGoal(PandaEntity pandaIn) |
WatchGoal(PandaEntity p_i51458_1_,
java.lang.Class<? extends LivingEntity> p_i51458_2_,
float p_i51458_3_) |
Constructor and Description |
---|
PandaEntity(EntityType<? extends PandaEntity> type,
World worldIn) |