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 voidBoatModel.animatePaddle(Boat p_170465_, int p_170466_, ModelPart p_170467_, float p_170468_) private static voidRaftModel.animatePaddle(Boat p_250792_, int p_249947_, ModelPart p_248943_, float p_251990_) voidBoatModel.setupAnim(Boat p_102269_, float p_102270_, float p_102271_, float p_102272_, float p_102273_, float p_102274_) voidRaftModel.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
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.boatResourcesMethods in net.minecraft.client.renderer.entity that return types with arguments of type BoatModifier 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) 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 p_113927_) Deprecated.voidBoatRenderer.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 booleanIForgeEntity.shouldUpdateFluidWhileBoating(FluidState state, Boat boat) Whenfalse, the fluid will no longer update its height value while within a boat while it is not within a fluid (isUnderWater().default booleanIForgeFluid.shouldUpdateWhileBoating(FluidState state, Boat boat, Entity rider) Whenfalse, the fluid will no longer update its height value while within a boat while it is not within a fluid (isUnderWater().default booleanIForgeFluidState.shouldUpdateWhileBoating(Boat boat, Entity rider) Whenfalse, the fluid will no longer update its height value while within a boat while it is not within a fluid (isUnderWater().default booleanIForgeFluid.supportsBoating(FluidState state, Boat boat) Returns whether the boat can be used on the fluid.default booleanIForgeFluidState.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 TypeMethodDescriptionbooleanFluidType.shouldUpdateWhileBoating(FluidState state, Boat boat, Entity rider) Whenfalse, the fluid will no longer update its height value while within a boat while it is not within a fluid (isUnderWater().booleanFluidType.supportsBoating(Boat boat) Returns whether the boat can be used on the fluid.booleanFluidType.supportsBoating(FluidState state, Boat boat) Returns whether the boat can be used on the fluid.