Uses of Class
net.minecraft.entity.vehicle.BoatEntity
Packages that use BoatEntity
Package
Description
-
Uses of BoatEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type BoatEntityModifier and TypeMethodDescriptionvoidBoatEntityRenderer.updateRenderState(BoatEntity boatEntity, BoatEntityRenderState boatEntityRenderState, float float2) -
Uses of BoatEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type BoatEntity -
Uses of BoatEntity in net.minecraft.entity.vehicle
Subclasses of BoatEntity in net.minecraft.entity.vehicleConstructor parameters in net.minecraft.entity.vehicle with type arguments of type BoatEntityModifierConstructorDescriptionBoatEntity(EntityType<? extends BoatEntity> type, World world) ChestBoatEntity(EntityType<? extends BoatEntity> type, World world) -
Uses of BoatEntity in net.minecraft.item
Methods in net.minecraft.item that return BoatEntityModifier and TypeMethodDescriptionprivate BoatEntityBoatItem.createEntity(World world, HitResult hitResult, ItemStack stack, PlayerEntity player)