Package net.minecraft.util
Enum Class EntityBoundaryEnum
- All Implemented Interfaces:
Serializable,Comparable<EntityBoundaryEnum>,Constable
- Mappings:
Namespace Name official qqintermediary net/minecraft/class_866named net/minecraft/util/EntityBoundaryEnum
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintmethod_2565(double double2) static EntityBoundaryEnumReturns the enum constant of this class with the specified name.static EntityBoundaryEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SIZE_1
- Mappings:
Namespace Name Mixin selector official aLqq;a:Lqq;intermediary field_3260Lnet/minecraft/class_866;field_3260:Lnet/minecraft/class_866;named SIZE_1Lnet/minecraft/util/EntityBoundaryEnum;SIZE_1:Lnet/minecraft/util/EntityBoundaryEnum;
-
SIZE_2
- Mappings:
Namespace Name Mixin selector official bLqq;b:Lqq;intermediary field_3261Lnet/minecraft/class_866;field_3261:Lnet/minecraft/class_866;named SIZE_2Lnet/minecraft/util/EntityBoundaryEnum;SIZE_2:Lnet/minecraft/util/EntityBoundaryEnum;
-
SIZE_3
- Mappings:
Namespace Name Mixin selector official cLqq;c:Lqq;intermediary field_3262Lnet/minecraft/class_866;field_3262:Lnet/minecraft/class_866;named SIZE_3Lnet/minecraft/util/EntityBoundaryEnum;SIZE_3:Lnet/minecraft/util/EntityBoundaryEnum;
-
SIZE_4
- Mappings:
Namespace Name Mixin selector official dLqq;d:Lqq;intermediary field_3263Lnet/minecraft/class_866;field_3263:Lnet/minecraft/class_866;named SIZE_4Lnet/minecraft/util/EntityBoundaryEnum;SIZE_4:Lnet/minecraft/util/EntityBoundaryEnum;
-
SIZE_5
- Mappings:
Namespace Name Mixin selector official eLqq;e:Lqq;intermediary field_3264Lnet/minecraft/class_866;field_3264:Lnet/minecraft/class_866;named SIZE_5Lnet/minecraft/util/EntityBoundaryEnum;SIZE_5:Lnet/minecraft/util/EntityBoundaryEnum;
-
SIZE_6
- Mappings:
Namespace Name Mixin selector official fLqq;f:Lqq;intermediary field_3265Lnet/minecraft/class_866;field_3265:Lnet/minecraft/class_866;named SIZE_6Lnet/minecraft/util/EntityBoundaryEnum;SIZE_6:Lnet/minecraft/util/EntityBoundaryEnum;
-
-
Constructor Details
-
EntityBoundaryEnum
private EntityBoundaryEnum()
-
-
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
-
method_2565
public int method_2565(double double2) - Mappings:
Namespace Name Mixin selector official aLqq;a(D)Iintermediary method_2565Lnet/minecraft/class_866;method_2565(D)Inamed method_2565Lnet/minecraft/util/EntityBoundaryEnum;method_2565(D)I
-