Package net.minecraft.block.entity
Enum Class DecoratedPotBlockEntity.WobbleType
java.lang.Object
java.lang.Enum<DecoratedPotBlockEntity.WobbleType>
net.minecraft.block.entity.DecoratedPotBlockEntity.WobbleType
- All Implemented Interfaces:
Serializable
,Comparable<DecoratedPotBlockEntity.WobbleType>
,Constable
- Enclosing class:
DecoratedPotBlockEntity
public static enum DecoratedPotBlockEntity.WobbleType
extends Enum<DecoratedPotBlockEntity.WobbleType>
- Mappings:
Namespace Name named net/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType
intermediary net/minecraft/class_8172$class_8837
official dur$a
-
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 TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DecoratedPotBlockEntity.WobbleType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POSITIVE
- Mappings:
Namespace Name Mixin selector named POSITIVE
Lnet/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType;POSITIVE:Lnet/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType;
intermediary field_46664
Lnet/minecraft/class_8172$class_8837;field_46664:Lnet/minecraft/class_8172$class_8837;
official a
Ldur$a;a:Ldur$a;
-
NEGATIVE
- Mappings:
Namespace Name Mixin selector named NEGATIVE
Lnet/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType;NEGATIVE:Lnet/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType;
intermediary field_46665
Lnet/minecraft/class_8172$class_8837;field_46665:Lnet/minecraft/class_8172$class_8837;
official b
Ldur$a;b:Ldur$a;
-
-
Field Details
-
lengthInTicks
public final int lengthInTicks- Mappings:
Namespace Name Mixin selector named lengthInTicks
Lnet/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType;lengthInTicks:I
intermediary field_46666
Lnet/minecraft/class_8172$class_8837;field_46666:I
official c
Ldur$a;c:I
-
-
Constructor Details
-
WobbleType
private WobbleType(int lengthInTicks) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType;<init>(Ljava/lang/String;II)V
intermediary <init>
Lnet/minecraft/class_8172$class_8837;<init>(Ljava/lang/String;II)V
official <init>
Ldur$a;<init>(Ljava/lang/String;II)V
-
-
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
-