Uses of Class
net.minecraft.entity.item.BoatEntity
Packages that use BoatEntity
Package
Description
-
Uses of BoatEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type BoatEntityModifier and TypeMethodDescriptionBoatRenderer.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 BoatEntityModifier and TypeMethodDescriptionprotected 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 -
Uses of BoatEntity in net.minecraft.entity.item
Constructor parameters in net.minecraft.entity.item with type arguments of type BoatEntityModifierConstructorDescriptionBoatEntity
(EntityType<? extends BoatEntity> p_i50129_1_, World p_i50129_2_)