Enum Class BoatEntity.Type

java.lang.Object
java.lang.Enum<BoatEntity.Type>
net.minecraft.entity.vehicle.BoatEntity.Type
All Implemented Interfaces:
Serializable, Comparable<BoatEntity.Type>, Constable, StringIdentifiable
Enclosing class:
BoatEntity

public static enum BoatEntity.Type extends Enum<BoatEntity.Type> implements StringIdentifiable
Mappings:
Namespace Name
official byi$b
intermediary net/minecraft/class_1690$class_1692
named net/minecraft/entity/vehicle/BoatEntity$Type
  • Enum Constant Details

    • OAK

      public static final BoatEntity.Type OAK
      Mappings:
      Namespace Name Mixin selector
      official a Lbyi$b;a:Lbyi$b;
      intermediary field_7727 Lnet/minecraft/class_1690$class_1692;field_7727:Lnet/minecraft/class_1690$class_1692;
      named OAK Lnet/minecraft/entity/vehicle/BoatEntity$Type;OAK:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
    • SPRUCE

      public static final BoatEntity.Type SPRUCE
      Mappings:
      Namespace Name Mixin selector
      official b Lbyi$b;b:Lbyi$b;
      intermediary field_7728 Lnet/minecraft/class_1690$class_1692;field_7728:Lnet/minecraft/class_1690$class_1692;
      named SPRUCE Lnet/minecraft/entity/vehicle/BoatEntity$Type;SPRUCE:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
    • BIRCH

      public static final BoatEntity.Type BIRCH
      Mappings:
      Namespace Name Mixin selector
      official c Lbyi$b;c:Lbyi$b;
      intermediary field_7729 Lnet/minecraft/class_1690$class_1692;field_7729:Lnet/minecraft/class_1690$class_1692;
      named BIRCH Lnet/minecraft/entity/vehicle/BoatEntity$Type;BIRCH:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
    • JUNGLE

      public static final BoatEntity.Type JUNGLE
      Mappings:
      Namespace Name Mixin selector
      official d Lbyi$b;d:Lbyi$b;
      intermediary field_7730 Lnet/minecraft/class_1690$class_1692;field_7730:Lnet/minecraft/class_1690$class_1692;
      named JUNGLE Lnet/minecraft/entity/vehicle/BoatEntity$Type;JUNGLE:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
    • ACACIA

      public static final BoatEntity.Type ACACIA
      Mappings:
      Namespace Name Mixin selector
      official e Lbyi$b;e:Lbyi$b;
      intermediary field_7725 Lnet/minecraft/class_1690$class_1692;field_7725:Lnet/minecraft/class_1690$class_1692;
      named ACACIA Lnet/minecraft/entity/vehicle/BoatEntity$Type;ACACIA:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
    • DARK_OAK

      public static final BoatEntity.Type DARK_OAK
      Mappings:
      Namespace Name Mixin selector
      official f Lbyi$b;f:Lbyi$b;
      intermediary field_7723 Lnet/minecraft/class_1690$class_1692;field_7723:Lnet/minecraft/class_1690$class_1692;
      named DARK_OAK Lnet/minecraft/entity/vehicle/BoatEntity$Type;DARK_OAK:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
    • MANGROVE

      public static final BoatEntity.Type MANGROVE
      Mappings:
      Namespace Name Mixin selector
      official g Lbyi$b;g:Lbyi$b;
      intermediary field_37506 Lnet/minecraft/class_1690$class_1692;field_37506:Lnet/minecraft/class_1690$class_1692;
      named MANGROVE Lnet/minecraft/entity/vehicle/BoatEntity$Type;MANGROVE:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
    • BAMBOO

      public static final BoatEntity.Type BAMBOO
      Mappings:
      Namespace Name Mixin selector
      official h Lbyi$b;h:Lbyi$b;
      intermediary field_40161 Lnet/minecraft/class_1690$class_1692;field_40161:Lnet/minecraft/class_1690$class_1692;
      named BAMBOO Lnet/minecraft/entity/vehicle/BoatEntity$Type;BAMBOO:Lnet/minecraft/entity/vehicle/BoatEntity$Type;
  • Field Details

    • CODEC

      public static final StringIdentifiable.Codec<BoatEntity.Type> CODEC
      Mappings:
      Namespace Name Mixin selector
      official i Lbyi$b;i:Laor$a;
      intermediary field_41599 Lnet/minecraft/class_1690$class_1692;field_41599:Lnet/minecraft/class_3542$class_7292;
      named CODEC Lnet/minecraft/entity/vehicle/BoatEntity$Type;CODEC:Lnet/minecraft/util/StringIdentifiable$Codec;
    • BY_ID

      private static final IntFunction<BoatEntity.Type> BY_ID
      Mappings:
      Namespace Name Mixin selector
      official l Lbyi$b;l:Ljava/util/function/IntFunction;
      intermediary field_41675 Lnet/minecraft/class_1690$class_1692;field_41675:Ljava/util/function/IntFunction;
      named BY_ID Lnet/minecraft/entity/vehicle/BoatEntity$Type;BY_ID:Ljava/util/function/IntFunction;
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official j Lbyi$b;j:Ljava/lang/String;
      intermediary field_7726 Lnet/minecraft/class_1690$class_1692;field_7726:Ljava/lang/String;
      named name Lnet/minecraft/entity/vehicle/BoatEntity$Type;name:Ljava/lang/String;
    • baseBlock

      private final Block baseBlock
      Mappings:
      Namespace Name Mixin selector
      official k Lbyi$b;k:Lcmt;
      intermediary field_7731 Lnet/minecraft/class_1690$class_1692;field_7731:Lnet/minecraft/class_2248;
      named baseBlock Lnet/minecraft/entity/vehicle/BoatEntity$Type;baseBlock:Lnet/minecraft/block/Block;
  • Constructor Details

    • Type

      private Type(Block baseBlock, String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbyi$b;<init>(Ljava/lang/String;ILcmt;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_1690$class_1692;<init>(Ljava/lang/String;ILnet/minecraft/class_2248;Ljava/lang/String;)V
      named <init> Lnet/minecraft/entity/vehicle/BoatEntity$Type;<init>(Ljava/lang/String;ILnet/minecraft/block/Block;Ljava/lang/String;)V
  • Method Details

    • values

      public static BoatEntity.Type[] 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

      public static BoatEntity.Type valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      official c Laor;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official a Lbyi$b;a()Ljava/lang/String;
      intermediary method_7559 Lnet/minecraft/class_1690$class_1692;method_7559()Ljava/lang/String;
      named getName Lnet/minecraft/entity/vehicle/BoatEntity$Type;getName()Ljava/lang/String;
    • getBaseBlock

      public Block getBaseBlock()
      Mappings:
      Namespace Name Mixin selector
      official b Lbyi$b;b()Lcmt;
      intermediary method_7560 Lnet/minecraft/class_1690$class_1692;method_7560()Lnet/minecraft/class_2248;
      named getBaseBlock Lnet/minecraft/entity/vehicle/BoatEntity$Type;getBaseBlock()Lnet/minecraft/block/Block;
    • toString

      public String toString()
      Overrides:
      toString in class Enum<BoatEntity.Type>
    • getType

      public static BoatEntity.Type getType(int type)
      Mappings:
      Namespace Name Mixin selector
      official a Lbyi$b;a(I)Lbyi$b;
      intermediary method_7558 Lnet/minecraft/class_1690$class_1692;method_7558(I)Lnet/minecraft/class_1690$class_1692;
      named getType Lnet/minecraft/entity/vehicle/BoatEntity$Type;getType(I)Lnet/minecraft/entity/vehicle/BoatEntity$Type;
    • getType

      public static BoatEntity.Type getType(String name)
      Mappings:
      Namespace Name Mixin selector
      official a Lbyi$b;a(Ljava/lang/String;)Lbyi$b;
      intermediary method_7561 Lnet/minecraft/class_1690$class_1692;method_7561(Ljava/lang/String;)Lnet/minecraft/class_1690$class_1692;
      named getType Lnet/minecraft/entity/vehicle/BoatEntity$Type;getType(Ljava/lang/String;)Lnet/minecraft/entity/vehicle/BoatEntity$Type;