Uses of Class
net.minecraft.entity.passive.BatEntity
-
Packages that use BatEntity Package Description net.minecraft.client.renderer.entity net.minecraft.client.renderer.entity.model net.minecraft.entity net.minecraft.entity.passive -
-
Uses of BatEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type BatEntity Modifier and Type Method Description ResourceLocation
BatRenderer. getTextureLocation(BatEntity p_110775_1_)
protected void
BatRenderer. scale(BatEntity p_225620_1_, MatrixStack p_225620_2_, float p_225620_3_)
protected void
BatRenderer. setupRotations(BatEntity p_225621_1_, MatrixStack p_225621_2_, float p_225621_3_, float p_225621_4_, float p_225621_5_)
-
Uses of BatEntity in net.minecraft.client.renderer.entity.model
Methods in net.minecraft.client.renderer.entity.model with parameters of type BatEntity Modifier and Type Method Description void
BatModel. setupAnim(BatEntity p_225597_1_, float p_225597_2_, float p_225597_3_, float p_225597_4_, float p_225597_5_, float p_225597_6_)
-
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 boolean
BatEntity. checkBatSpawnRules(EntityType<BatEntity> p_223369_0_, IWorld p_223369_1_, SpawnReason p_223369_2_, BlockPos p_223369_3_, java.util.Random p_223369_4_)
Constructor parameters in net.minecraft.entity.passive with type arguments of type BatEntity Constructor Description BatEntity(EntityType<? extends BatEntity> p_i50290_1_, World p_i50290_2_)
-