Uses of Class
net.minecraft.entity.vehicle.AbstractBoatEntity
Packages that use AbstractBoatEntity
Package
Description
-
Uses of AbstractBoatEntity in net.minecraft.block.dispenser
Fields in net.minecraft.block.dispenser with type parameters of type AbstractBoatEntityModifier and TypeFieldDescriptionprivate final EntityType<? extends AbstractBoatEntity> BoatDispenserBehavior.boatTypeConstructor parameters in net.minecraft.block.dispenser with type arguments of type AbstractBoatEntityModifierConstructorDescriptionBoatDispenserBehavior(EntityType<? extends AbstractBoatEntity> boatType) -
Uses of AbstractBoatEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type AbstractBoatEntityModifier and TypeMethodDescriptionvoidAbstractBoatEntityRenderer.updateRenderState(AbstractBoatEntity abstractBoatEntity, BoatEntityRenderState boatEntityRenderState, float float2) -
Uses of AbstractBoatEntity in net.minecraft.entity.vehicle
Subclasses of AbstractBoatEntity in net.minecraft.entity.vehicleModifier and TypeClassDescriptionclassclassclassclassclassConstructor parameters in net.minecraft.entity.vehicle with type arguments of type AbstractBoatEntityModifierConstructorDescriptionAbstractBoatEntity(EntityType<? extends AbstractBoatEntity> type, World world, Supplier<Item> itemSupplier) -
Uses of AbstractBoatEntity in net.minecraft.item
Fields in net.minecraft.item with type parameters of type AbstractBoatEntityModifier and TypeFieldDescriptionprivate final EntityType<? extends AbstractBoatEntity> BoatItem.boatEntityTypeMethods in net.minecraft.item that return AbstractBoatEntityModifier and TypeMethodDescriptionprivate @Nullable AbstractBoatEntityBoatItem.createEntity(World world, HitResult hitResult, ItemStack stack, PlayerEntity player) Constructor parameters in net.minecraft.item with type arguments of type AbstractBoatEntityModifierConstructorDescriptionBoatItem(EntityType<? extends AbstractBoatEntity> boatEntityType, Item.Settings settings)