Package net.minecraft

Enum Class class_9064

java.lang.Object
java.lang.Enum<class_9064>
net.minecraft.class_9064
All Implemented Interfaces:
Serializable, Comparable<class_9064>, Constable

public enum class_9064 extends Enum<class_9064>
Mappings:
Namespace Name
official blx
intermediary net/minecraft/class_9064
named net/minecraft/class_9064
  • Enum Constant Details

    • PASSENGER

      public static final class_9064 PASSENGER
      Mappings:
      Namespace Name Mixin selector
      official a Lblx;a:Lblx;
      intermediary field_47743 Lnet/minecraft/class_9064;field_47743:Lnet/minecraft/class_9064;
      named PASSENGER Lnet/minecraft/class_9064;PASSENGER:Lnet/minecraft/class_9064;
    • VEHICLE

      public static final class_9064 VEHICLE
      Mappings:
      Namespace Name Mixin selector
      official b Lblx;b:Lblx;
      intermediary field_47744 Lnet/minecraft/class_9064;field_47744:Lnet/minecraft/class_9064;
      named VEHICLE Lnet/minecraft/class_9064;VEHICLE:Lnet/minecraft/class_9064;
    • NAME_TAG

      public static final class_9064 NAME_TAG
      Mappings:
      Namespace Name Mixin selector
      official c Lblx;c:Lblx;
      intermediary field_47745 Lnet/minecraft/class_9064;field_47745:Lnet/minecraft/class_9064;
      named NAME_TAG Lnet/minecraft/class_9064;NAME_TAG:Lnet/minecraft/class_9064;
  • Field Details

    • field_47746

      private final class_9064.class_9065 field_47746
      Mappings:
      Namespace Name Mixin selector
      official d Lblx;d:Lblx$a;
      intermediary field_47746 Lnet/minecraft/class_9064;field_47746:Lnet/minecraft/class_9064$class_9065;
      named field_47746 Lnet/minecraft/class_9064;field_47746:Lnet/minecraft/class_9064$class_9065;
  • Constructor Details

  • Method Details

    • values

      public static class_9064[] 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 class_9064 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
    • method_55670

      public List<Vec3d> method_55670(float float2, float float3)
      Mappings:
      Namespace Name Mixin selector
      official a Lblx;a(FF)Ljava/util/List;
      intermediary method_55670 Lnet/minecraft/class_9064;method_55670(FF)Ljava/util/List;
      named method_55670 Lnet/minecraft/class_9064;method_55670(FF)Ljava/util/List;