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 p_170465_, int p_170466_, ModelPart p_170467_, float p_170468_) void
BoatModel.setupAnim
(Boat p_102269_, float p_102270_, float p_102271_, float p_102272_, float p_102273_, float p_102274_) -
Uses of Boat in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type BoatModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<ResourceLocation,
BoatModel> BoatRenderer.getModelWithLocation
(Boat boat) BoatRenderer.getTextureLocation
(Boat p_113927_) Deprecated.void
BoatRenderer.render
(Boat p_113929_, float p_113930_, float p_113931_, PoseStack p_113932_, MultiBufferSource p_113933_, int p_113934_) -
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> p_38290_, Level p_38291_) ChestBoat
(EntityType<? extends Boat> p_219869_, Level p_219870_) -
Uses of Boat in net.minecraft.world.item
Methods in net.minecraft.world.item that return Boat -
Uses of Boat in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return BoatMethods in net.minecraftforge.common.extensions with parameters of type BoatModifier and TypeMethodDescriptiondefault boolean
IForgeFluid.supportsBoating
(FluidState state, Boat boat) Returns whether the boat can be used on the fluid.default boolean
IForgeFluidState.supportsBoating
(Boat boat) Returns whether the boat can be used on the fluid. -
Uses of Boat in net.minecraftforge.fluids
Methods in net.minecraftforge.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.