Uses of Enum Class
net.minecraft.entity.vehicle.BoatEntity.Type
Package
Description
-
Uses of BoatEntity.Type in net.minecraft.block.dispenser
-
Uses of BoatEntity.Type in net.minecraft.client.render.entity
Modifier and TypeFieldDescriptionprivate final Map<BoatEntity.Type,
com.mojang.datafixers.util.Pair<Identifier, CompositeEntityModel<BoatEntity>>> BoatEntityRenderer.texturesAndModels
Modifier and TypeMethodDescriptionprivate CompositeEntityModel<BoatEntity>
BoatEntityRenderer.createModel
(EntityRendererFactory.Context ctx, BoatEntity.Type type, boolean chest) private static String
BoatEntityRenderer.getTexture
(BoatEntity.Type type, boolean chest) -
Uses of BoatEntity.Type in net.minecraft.client.render.entity.model
Modifier and TypeMethodDescriptionstatic EntityModelLayer
EntityModelLayers.createBoat
(BoatEntity.Type type) static EntityModelLayer
EntityModelLayers.createChestBoat
(BoatEntity.Type type) static EntityModelLayer
EntityModelLayers.createChestRaft
(BoatEntity.Type type) static EntityModelLayer
EntityModelLayers.createRaft
(BoatEntity.Type type) -
Uses of BoatEntity.Type in net.minecraft.entity.vehicle
Modifier and TypeFieldDescriptionprivate static final IntFunction<BoatEntity.Type>
BoatEntity.Type.BY_ID
static final StringIdentifiable.EnumCodec<BoatEntity.Type>
BoatEntity.Type.CODEC
Modifier and TypeMethodDescriptionstatic BoatEntity.Type
BoatEntity.Type.getType
(int type) static BoatEntity.Type
BoatEntity.getVariant()
static BoatEntity.Type
Returns 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. -
Uses of BoatEntity.Type in net.minecraft.item
ModifierConstructorDescriptionBoatItem
(boolean chest, BoatEntity.Type type, Item.Settings settings) -
Uses of BoatEntity.Type in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionstatic final VariantPredicates<BoatEntity.Type>
TypeSpecificPredicate.Deserializers.BOAT