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 boat, int side, ModelPart paddle, float limbSwing) private static voidRaftModel.animatePaddle(Boat boat, int side, ModelPart paddle, float limbSwing) voidBoatModel.setupAnim(Boat entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) Sets this entity's model rotation anglesvoidRaftModel.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.boatResourcesMethods 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.voidBoatRenderer.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 booleanIFluidExtension.supportsBoating(FluidState state, Boat boat) Returns whether the boat can be used on the fluid.default booleanIFluidStateExtension.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 TypeMethodDescriptionbooleanFluidType.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.