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 boat, int side, ModelPart paddle, float limbSwing) private static void
RaftModel.animatePaddle
(Boat boat, int side, ModelPart paddle, float limbSwing) void
BoatModel.setupAnim
(Boat entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) Sets this entity's model rotation anglesvoid
RaftModel.setupAnim
(Boat entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) 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 context, Boat.Type type, boolean chestBoat) 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 entity) Deprecated.void
BoatRenderer.render
(Boat entity, float entityYaw, float partialTicks, PoseStack poseStack, MultiBufferSource buffer, int packedLight) -
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> entityType, Level level) ChestBoat
(EntityType<? extends Boat> entityType, Level level) -
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.