Uses of Class
net.minecraft.entity.vehicle.BoatEntity.Type
| Package | Description |
|---|---|
| net.minecraft.block.dispenser | |
| net.minecraft.client.render.entity | |
| net.minecraft.client.render.entity.model | |
| net.minecraft.entity.vehicle | |
| net.minecraft.item |
-
Uses of BoatEntity.Type in net.minecraft.block.dispenser
Fields in net.minecraft.block.dispenser declared as BoatEntity.Type Modifier and Type Field Description private BoatEntity.TypeBoatDispenserBehavior. boatTypeConstructors in net.minecraft.block.dispenser with parameters of type BoatEntity.Type Constructor Description BoatDispenserBehavior(BoatEntity.Type type) -
Uses of BoatEntity.Type in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type BoatEntity.Type Modifier and Type Field Description private Map<BoatEntity.Type,com.mojang.datafixers.util.Pair<Identifier,BoatEntityModel>>BoatEntityRenderer. texturesAndModels -
Uses of BoatEntity.Type in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type BoatEntity.Type Modifier and Type Method Description static EntityModelLayerEntityModelLayers. createBoat(BoatEntity.Type type) -
Uses of BoatEntity.Type in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle that return BoatEntity.Type Modifier and Type Method Description BoatEntity.TypeBoatEntity. getBoatType()static BoatEntity.TypeBoatEntity.Type. getType(int int2)static BoatEntity.TypeBoatEntity.Type. getType(String string)static BoatEntity.TypeBoatEntity.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static BoatEntity.Type[]BoatEntity.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity.vehicle with parameters of type BoatEntity.Type Modifier and Type Method Description voidBoatEntity. setBoatType(BoatEntity.Type type) -
Uses of BoatEntity.Type in net.minecraft.item
Fields in net.minecraft.item declared as BoatEntity.Type Modifier and Type Field Description private BoatEntity.TypeBoatItem. typeConstructors in net.minecraft.item with parameters of type BoatEntity.Type Constructor Description BoatItem(BoatEntity.Type type, Item.Settings settings)