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 pBoat, int pSide, ModelPart pPaddle, float pLimbSwing) private static voidRaftModel.animatePaddle(Boat pBoat, int pSide, ModelPart pPaddle, float pLimbSwing) voidBoatModel.setupAnim(Boat pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Sets this entity's model rotation anglesvoidRaftModel.setupAnim(Boat pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) 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 pContext, Boat.Type pType, boolean pChestBoat) 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 pEntity) Deprecated.voidBoatRenderer.render(Boat pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) -
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> pEntityType, Level pLevel) ChestBoat(EntityType<? extends Boat> pEntityType, Level pLevel) -
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.