Uses of Class
net.minecraft.entity.passive.BatEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.client.render.entity.model | |
| net.minecraft.entity | |
| net.minecraft.entity.passive |
-
Uses of BatEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type BatEntity Modifier and Type Method Description IdentifierBatEntityRenderer. getTexture(BatEntity batEntity)protected voidBatEntityRenderer. scale(BatEntity batEntity, MatrixStack matrixStack, float float2)protected voidBatEntityRenderer. setupTransforms(BatEntity batEntity, MatrixStack matrixStack, float float2, float float3, float float4) -
Uses of BatEntity in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type BatEntity Modifier and Type Method Description voidBatEntityModel. setAngles(BatEntity batEntity, float float2, float float3, float float4, float float5, float float6) -
Uses of BatEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type BatEntity Modifier and Type Field Description static EntityType<BatEntity>EntityType. BAT -
Uses of BatEntity in net.minecraft.entity.passive
Method parameters in net.minecraft.entity.passive with type arguments of type BatEntity Modifier and Type Method Description static booleanBatEntity. canSpawn(EntityType<BatEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Constructor parameters in net.minecraft.entity.passive with type arguments of type BatEntity Constructor Description BatEntity(EntityType<? extends BatEntity> type, World world)