Package net.minecraft.entity.vehicle
Enum Class BoatEntity.Type
- All Implemented Interfaces:
Serializable,Comparable<BoatEntity.Type>,Constable
- Enclosing class:
- BoatEntity
- Mappings:
Namespace Name official apj$bintermediary net/minecraft/class_962$class_2677named net/minecraft/entity/vehicle/BoatEntity$Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()static BoatEntity.TypegetType(int type) static BoatEntity.TypetoString()static BoatEntity.TypeReturns the enum constant of this class with the specified name.static BoatEntity.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OAK
- Mappings:
Namespace Name Mixin selector official aLapj$b;a:Lapj$b;intermediary field_12241Lnet/minecraft/class_962$class_2677;field_12241:Lnet/minecraft/class_962$class_2677;named OAKLnet/minecraft/entity/vehicle/BoatEntity$Type;OAK:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
-
SPRUCE
- Mappings:
Namespace Name Mixin selector official bLapj$b;b:Lapj$b;intermediary field_12242Lnet/minecraft/class_962$class_2677;field_12242:Lnet/minecraft/class_962$class_2677;named SPRUCELnet/minecraft/entity/vehicle/BoatEntity$Type;SPRUCE:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
-
BIRCH
- Mappings:
Namespace Name Mixin selector official cLapj$b;c:Lapj$b;intermediary field_12243Lnet/minecraft/class_962$class_2677;field_12243:Lnet/minecraft/class_962$class_2677;named BIRCHLnet/minecraft/entity/vehicle/BoatEntity$Type;BIRCH:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
-
JUNGLE
- Mappings:
Namespace Name Mixin selector official dLapj$b;d:Lapj$b;intermediary field_12244Lnet/minecraft/class_962$class_2677;field_12244:Lnet/minecraft/class_962$class_2677;named JUNGLELnet/minecraft/entity/vehicle/BoatEntity$Type;JUNGLE:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
-
ACACIA
- Mappings:
Namespace Name Mixin selector official eLapj$b;e:Lapj$b;intermediary field_12245Lnet/minecraft/class_962$class_2677;field_12245:Lnet/minecraft/class_962$class_2677;named ACACIALnet/minecraft/entity/vehicle/BoatEntity$Type;ACACIA:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
-
DARK_OAK
- Mappings:
Namespace Name Mixin selector official fLapj$b;f:Lapj$b;intermediary field_12246Lnet/minecraft/class_962$class_2677;field_12246:Lnet/minecraft/class_962$class_2677;named DARK_OAKLnet/minecraft/entity/vehicle/BoatEntity$Type;DARK_OAK:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official gLapj$b;g:Ljava/lang/String;intermediary field_12247Lnet/minecraft/class_962$class_2677;field_12247:Ljava/lang/String;named nameLnet/minecraft/entity/vehicle/BoatEntity$Type;name:Ljava/lang/String;
-
field_17123
- Mappings:
Namespace Name Mixin selector official hLapj$b;h:Lbcs;intermediary field_17123Lnet/minecraft/class_962$class_2677;field_17123:Lnet/minecraft/class_197;named field_17123Lnet/minecraft/entity/vehicle/BoatEntity$Type;field_17123:Lnet/minecraft/block/Block;
-
-
Constructor Details
-
Type
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
- Mappings:
Namespace Name Mixin selector official aLapj$b;a()Ljava/lang/String;intermediary method_11341Lnet/minecraft/class_962$class_2677;method_11341()Ljava/lang/String;named getNameLnet/minecraft/entity/vehicle/BoatEntity$Type;getName()Ljava/lang/String;
-
method_11344
- Mappings:
Namespace Name Mixin selector official bLapj$b;b()Lbcs;intermediary method_11344Lnet/minecraft/class_962$class_2677;method_11344()Lnet/minecraft/class_197;named method_11344Lnet/minecraft/entity/vehicle/BoatEntity$Type;method_11344()Lnet/minecraft/block/Block;
-
toString
- Overrides:
toStringin classEnum<BoatEntity.Type>- Mappings:
Namespace Name Mixin selector official toStringLapj$b;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_962$class_2677;toString()Ljava/lang/String;named toStringLnet/minecraft/entity/vehicle/BoatEntity$Type;toString()Ljava/lang/String;
-
getType
- Mappings:
Namespace Name Mixin selector official aLapj$b;a(I)Lapj$b;intermediary method_11342Lnet/minecraft/class_962$class_2677;method_11342(I)Lnet/minecraft/class_962$class_2677;named getTypeLnet/minecraft/entity/vehicle/BoatEntity$Type;getType(I)Lnet/minecraft/entity/vehicle/BoatEntity$Type;
-
getType
- Mappings:
Namespace Name Mixin selector official aLapj$b;a(Ljava/lang/String;)Lapj$b;intermediary method_11343Lnet/minecraft/class_962$class_2677;method_11343(Ljava/lang/String;)Lnet/minecraft/class_962$class_2677;named getTypeLnet/minecraft/entity/vehicle/BoatEntity$Type;getType(Ljava/lang/String;)Lnet/minecraft/entity/vehicle/BoatEntity$Type;
-