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 |
---|---|
protected void |
BatRenderer.applyRotations(BatEntity entityLiving,
MatrixStack matrixStackIn,
float ageInTicks,
float rotationYaw,
float partialTicks) |
ResourceLocation |
BatRenderer.getEntityTexture(BatEntity entity) |
protected void |
BatRenderer.preRenderCallback(BatEntity entitylivingbaseIn,
MatrixStack matrixStackIn,
float partialTickTime) |
Modifier and Type | Method and Description |
---|---|
void |
BatModel.setRotationAngles(BatEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
Modifier and Type | Field and Description |
---|---|
static EntityType<BatEntity> |
EntityType.BAT |
Modifier and Type | Method and Description |
---|---|
static boolean |
BatEntity.canSpawn(EntityType<BatEntity> batIn,
IWorld worldIn,
SpawnReason reason,
BlockPos pos,
java.util.Random randomIn) |
Constructor and Description |
---|
BatEntity(EntityType<? extends BatEntity> type,
World worldIn) |