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_) private static void
RaftModel.animatePaddle
(Boat p_250792_, int p_249947_, ModelPart p_248943_, float p_251990_) void
BoatModel.setupAnim
(Boat p_102269_, float p_102270_, float p_102271_, float p_102272_, float p_102273_, float p_102274_) void
RaftModel.setupAnim
(Boat p_249733_, float p_249202_, float p_252219_, float p_249366_, float p_249759_, float p_250286_) -
Uses of Boat in net.minecraft.client.renderer.entity
Modifier and TypeFieldDescriptionprivate final Map<Boat.Type,
com.mojang.datafixers.util.Pair<ResourceLocation, ListModel<Boat>>> BoatRenderer.boatResources
Modifier and TypeMethodDescriptionBoatRenderer.createBoatModel
(EntityRendererProvider.Context p_248834_, Boat.Type p_249317_, boolean p_250093_) com.mojang.datafixers.util.Pair<ResourceLocation,
ListModel<Boat>> BoatRenderer.getModelWithLocation
(Boat boat) Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<ResourceLocation,
ListModel<Boat>> 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.neoforged.neoforge.common.extensions
Modifier 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
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.