Uses of Class
net.minecraft.world.entity.vehicle.AbstractBoat
Packages that use AbstractBoat
Package
Description
-
Uses of AbstractBoat in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type AbstractBoatModifier and TypeMethodDescriptionvoid
AbstractBoatRenderer.extractRenderState
(AbstractBoat p_376890_, BoatRenderState p_376855_, float p_376877_) -
Uses of AbstractBoat in net.minecraft.core.dispenser
Fields in net.minecraft.core.dispenser with type parameters of type AbstractBoatModifier and TypeFieldDescriptionprivate final EntityType
<? extends AbstractBoat> BoatDispenseItemBehavior.type
Methods in net.minecraft.core.dispenser with parameters of type AbstractBoatModifier and TypeMethodDescriptionprivate static boolean
BoatDispenseItemBehavior.canBoatInFluid
(@Nullable AbstractBoat boat, FluidState fluid) Constructor parameters in net.minecraft.core.dispenser with type arguments of type AbstractBoatModifierConstructorDescriptionBoatDispenseItemBehavior
(EntityType<? extends AbstractBoat> p_376583_) -
Uses of AbstractBoat in net.minecraft.world.entity.vehicle
Subclasses of AbstractBoat in net.minecraft.world.entity.vehicleModifier and TypeClassDescriptionclass
class
class
class
class
Constructor parameters in net.minecraft.world.entity.vehicle with type arguments of type AbstractBoatModifierConstructorDescriptionAbstractBoat
(EntityType<? extends AbstractBoat> p_376844_, Level p_376177_, Supplier<Item> p_376258_) -
Uses of AbstractBoat in net.minecraft.world.item
Fields in net.minecraft.world.item with type parameters of type AbstractBoatModifier and TypeFieldDescriptionprivate final EntityType
<? extends AbstractBoat> BoatItem.entityType
Methods in net.minecraft.world.item that return AbstractBoatConstructor parameters in net.minecraft.world.item with type arguments of type AbstractBoatModifierConstructorDescriptionBoatItem
(EntityType<? extends AbstractBoat> p_376667_, Item.Properties p_220015_) -
Uses of AbstractBoat in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return AbstractBoatMethods in net.neoforged.neoforge.common.extensions with parameters of type AbstractBoatModifier and TypeMethodDescriptiondefault boolean
IFluidExtension.supportsBoating
(FluidState state, AbstractBoat boat) Returns whether the boat can be used on the fluid.default boolean
IFluidStateExtension.supportsBoating
(AbstractBoat boat) Returns whether the boat can be used on the fluid. -
Uses of AbstractBoat in net.neoforged.neoforge.fluids
Methods in net.neoforged.neoforge.fluids with parameters of type AbstractBoatModifier and TypeMethodDescriptionboolean
FluidType.supportsBoating
(AbstractBoat boat) Returns whether the boat can be used on the fluid.boolean
FluidType.supportsBoating
(FluidState state, AbstractBoat boat) Returns whether the boat can be used on the fluid.