Uses of Class
net.minecraft.world.entity.vehicle.Boat
Package
Description
-
Uses of Boat in net.minecraft.client.model
Modifier 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
Modifier 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
-
Uses of Boat in net.minecraft.world.entity.vehicle
ModifierConstructorDescriptionBoat
(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
-
Uses of Boat in net.minecraftforge.common.extensions
Modifier 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
Modifier 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.