Uses of Class
net.minecraft.world.entity.vehicle.boat.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 TypeMethodDescriptionvoidAbstractBoatRenderer.extractRenderState(AbstractBoat p_479134_, 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.typeMethods in net.minecraft.core.dispenser with parameters of type AbstractBoatModifier and TypeMethodDescriptionprivate static booleanBoatDispenseItemBehavior.canBoatInFluid(@Nullable AbstractBoat boat, FluidState fluid) Constructor parameters in net.minecraft.core.dispenser with type arguments of type AbstractBoat -
Uses of AbstractBoat in net.minecraft.world.entity.vehicle.boat
Subclasses of AbstractBoat in net.minecraft.world.entity.vehicle.boatModifier and TypeClassDescriptionclassclassclassclassclassConstructor parameters in net.minecraft.world.entity.vehicle.boat with type arguments of type AbstractBoatModifierConstructorDescriptionAbstractBoat(EntityType<? extends AbstractBoat> pEntityType, Level pLevel, Supplier<Item> pDropItem) -
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.entityTypeMethods in net.minecraft.world.item that return AbstractBoatConstructor parameters in net.minecraft.world.item with type arguments of type AbstractBoatModifierConstructorDescriptionBoatItem(EntityType<? extends AbstractBoat> pEntityType, Item.Properties pProperties) -
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 booleanIFluidExtension.supportsBoating(FluidState state, AbstractBoat boat) Returns whether the boat can be used on the fluid.default booleanIFluidStateExtension.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 TypeMethodDescriptionbooleanFluidType.supportsBoating(AbstractBoat boat) Returns whether the boat can be used on the fluid.booleanFluidType.supportsBoating(FluidState state, AbstractBoat boat) Returns whether the boat can be used on the fluid.