Uses of Class
net.minecraft.world.entity.vehicle.Boat
Packages that use Boat
Package
Description
-
Uses of Boat in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type BoatModifier and TypeMethodDescriptionprivate static void
BoatModel.animatePaddle
(Boat pBoat, int pSide, ModelPart pPaddle, float pLimbSwing) private static void
RaftModel.animatePaddle
(Boat pBoat, int pSide, ModelPart pPaddle, float pLimbSwing) void
BoatModel.setupAnim
(Boat pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Sets this entity's model rotation anglesvoid
RaftModel.setupAnim
(Boat pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Sets this entity's model rotation angles -
Uses of Boat in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type BoatModifier and TypeFieldDescriptionprivate final Map
<Boat.Type, com.mojang.datafixers.util.Pair<ResourceLocation, ListModel<Boat>>> BoatRenderer.boatResources
Methods in net.minecraft.client.renderer.entity that return types with arguments of type BoatModifier and TypeMethodDescriptionBoatRenderer.createBoatModel
(EntityRendererProvider.Context pContext, Boat.Type pType, boolean pChestBoat) com.mojang.datafixers.util.Pair
<ResourceLocation, ListModel<Boat>> BoatRenderer.getModelWithLocation
(Boat boat) Methods in net.minecraft.client.renderer.entity with parameters of type BoatModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair
<ResourceLocation, ListModel<Boat>> BoatRenderer.getModelWithLocation
(Boat boat) BoatRenderer.getTextureLocation
(Boat pEntity) Deprecated.void
BoatRenderer.render
(Boat pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) -
Uses of Boat in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Boat -
Uses of Boat in net.minecraft.world.entity.vehicle
Subclasses of Boat in net.minecraft.world.entity.vehicleConstructor parameters in net.minecraft.world.entity.vehicle with type arguments of type BoatModifierConstructorDescriptionBoat
(EntityType<? extends Boat> pEntityType, Level pLevel) ChestBoat
(EntityType<? extends Boat> pEntityType, Level pLevel) -
Uses of Boat in net.minecraft.world.item
Methods in net.minecraft.world.item that return Boat -
Uses of Boat in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return BoatMethods in net.neoforged.neoforge.common.extensions with parameters of type BoatModifier and TypeMethodDescriptiondefault boolean
IFluidExtension.supportsBoating
(FluidState state, Boat boat) Returns whether the boat can be used on the fluid.default boolean
IFluidStateExtension.supportsBoating
(Boat boat) Returns whether the boat can be used on the fluid. -
Uses of Boat in net.neoforged.neoforge.fluids
Methods in net.neoforged.neoforge.fluids with parameters of type BoatModifier and TypeMethodDescriptionboolean
FluidType.supportsBoating
(Boat boat) Returns whether the boat can be used on the fluid.boolean
FluidType.supportsBoating
(FluidState state, Boat boat) Returns whether the boat can be used on the fluid.