Uses of Class
net.minecraft.entity.item.BoatEntity
-
Packages that use BoatEntity Package Description net.minecraft.client.renderer.entity net.minecraft.client.renderer.entity.model net.minecraft.entity net.minecraft.entity.item -
-
Uses of BoatEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type BoatEntity Modifier and Type Method Description ResourceLocation
BoatRenderer. getTextureLocation(BoatEntity p_110775_1_)
void
BoatRenderer. render(BoatEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_)
-
Uses of BoatEntity in net.minecraft.client.renderer.entity.model
Methods in net.minecraft.client.renderer.entity.model with parameters of type BoatEntity Modifier and Type Method Description protected void
BoatModel. animatePaddle(BoatEntity p_228244_1_, int p_228244_2_, float p_228244_3_)
void
BoatModel. setupAnim(BoatEntity 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 BoatEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type BoatEntity Modifier and Type Field Description static EntityType<BoatEntity>
EntityType. BOAT
-
Uses of BoatEntity in net.minecraft.entity.item
Constructor parameters in net.minecraft.entity.item with type arguments of type BoatEntity Constructor Description BoatEntity(EntityType<? extends BoatEntity> p_i50129_1_, World p_i50129_2_)
-