Uses of Enum Class
net.minecraft.entity.vehicle.BoatEntity.Type
Packages that use BoatEntity.Type
Package
Description
-
Uses of BoatEntity.Type in net.minecraft.block.dispenser
Fields in net.minecraft.block.dispenser declared as BoatEntity.TypeConstructors in net.minecraft.block.dispenser with parameters of type BoatEntity.Type -
Uses of BoatEntity.Type in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type BoatEntity.TypeModifier and TypeFieldDescriptionprivate final Map<BoatEntity.Type,com.mojang.datafixers.util.Pair<Identifier, BoatEntityModel>> BoatEntityRenderer.texturesAndModelsMethods in net.minecraft.client.render.entity with parameters of type BoatEntity.TypeModifier and TypeMethodDescriptionprivate static StringBoatEntityRenderer.method_42602(BoatEntity.Type type, boolean bool) private BoatEntityModelBoatEntityRenderer.method_42603(EntityRendererFactory.Context context, BoatEntity.Type type, boolean bool) -
Uses of BoatEntity.Type in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type BoatEntity.TypeModifier and TypeMethodDescriptionstatic EntityModelLayerEntityModelLayers.createBoat(BoatEntity.Type type) static EntityModelLayerEntityModelLayers.method_42582(BoatEntity.Type type) -
Uses of BoatEntity.Type in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle that return BoatEntity.TypeModifier and TypeMethodDescriptionBoatEntity.getBoatType()static BoatEntity.TypeBoatEntity.Type.getType(int type) static BoatEntity.Typestatic BoatEntity.TypeReturns the enum constant of this class with the specified name.static BoatEntity.Type[]BoatEntity.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.vehicle with parameters of type BoatEntity.Type -
Uses of BoatEntity.Type in net.minecraft.item
Fields in net.minecraft.item declared as BoatEntity.TypeConstructors in net.minecraft.item with parameters of type BoatEntity.TypeModifierConstructorDescriptionBoatItem(boolean bool, BoatEntity.Type type, Item.Settings settings)