Package net.minecraft.block
Enum Class EyeblossomBlock.EyeblossomState
- All Implemented Interfaces:
Serializable,Comparable<EyeblossomBlock.EyeblossomState>,Constable
- Enclosing class:
EyeblossomBlock
- Mappings:
Namespace Name named net/minecraft/block/EyeblossomBlock$EyeblossomStateintermediary net/minecraft/class_10374$class_10375official dqj$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
FieldsModifier and TypeFieldDescription(package private) final float(package private) final SoundEvent(package private) final booleanprivate final int(package private) final SoundEvent(package private) final RegistryEntry<StatusEffect> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateEyeblossomState(boolean open, RegistryEntry<StatusEffect> stewEffect, float effectLengthInSeconds, SoundEvent longSound, SoundEvent sound, int particleColor) -
Method Summary
Modifier and TypeMethodDescriptiongetBlock()booleanisOpen()of(boolean open) voidspawnTrailParticle(ServerWorld world, BlockPos pos, Random random) Returns the enum constant of this class with the specified name.static EyeblossomBlock.EyeblossomState[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OPEN
- Mappings:
Namespace Name Mixin selector named OPENLnet/minecraft/block/EyeblossomBlock$EyeblossomState;OPEN:Lnet/minecraft/block/EyeblossomBlock$EyeblossomState;intermediary field_55070Lnet/minecraft/class_10374$class_10375;field_55070:Lnet/minecraft/class_10374$class_10375;official aLdqj$a;a:Ldqj$a;
-
CLOSED
- Mappings:
Namespace Name Mixin selector named CLOSEDLnet/minecraft/block/EyeblossomBlock$EyeblossomState;CLOSED:Lnet/minecraft/block/EyeblossomBlock$EyeblossomState;intermediary field_55071Lnet/minecraft/class_10374$class_10375;field_55071:Lnet/minecraft/class_10374$class_10375;official bLdqj$a;b:Ldqj$a;
-
-
Field Details
-
open
final boolean open- Mappings:
Namespace Name Mixin selector named openLnet/minecraft/block/EyeblossomBlock$EyeblossomState;open:Zintermediary field_55072Lnet/minecraft/class_10374$class_10375;field_55072:Zofficial cLdqj$a;c:Z
-
stewEffect
- Mappings:
Namespace Name Mixin selector named stewEffectLnet/minecraft/block/EyeblossomBlock$EyeblossomState;stewEffect:Lnet/minecraft/registry/entry/RegistryEntry;intermediary field_55073Lnet/minecraft/class_10374$class_10375;field_55073:Lnet/minecraft/class_6880;official dLdqj$a;d:Ljg;
-
effectLengthInSeconds
final float effectLengthInSeconds- Mappings:
Namespace Name Mixin selector named effectLengthInSecondsLnet/minecraft/block/EyeblossomBlock$EyeblossomState;effectLengthInSeconds:Fintermediary field_55074Lnet/minecraft/class_10374$class_10375;field_55074:Fofficial eLdqj$a;e:F
-
longSound
- Mappings:
Namespace Name Mixin selector named longSoundLnet/minecraft/block/EyeblossomBlock$EyeblossomState;longSound:Lnet/minecraft/sound/SoundEvent;intermediary field_55075Lnet/minecraft/class_10374$class_10375;field_55075:Lnet/minecraft/class_3414;official fLdqj$a;f:Lawx;
-
sound
- Mappings:
Namespace Name Mixin selector named soundLnet/minecraft/block/EyeblossomBlock$EyeblossomState;sound:Lnet/minecraft/sound/SoundEvent;intermediary field_55076Lnet/minecraft/class_10374$class_10375;field_55076:Lnet/minecraft/class_3414;official gLdqj$a;g:Lawx;
-
particleColor
private final int particleColor- Mappings:
Namespace Name Mixin selector named particleColorLnet/minecraft/block/EyeblossomBlock$EyeblossomState;particleColor:Iintermediary field_55077Lnet/minecraft/class_10374$class_10375;field_55077:Iofficial hLdqj$a;h:I
-
-
Constructor Details
-
EyeblossomState
private EyeblossomState(boolean open, RegistryEntry<StatusEffect> stewEffect, float effectLengthInSeconds, SoundEvent longSound, SoundEvent sound, int particleColor) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/block/EyeblossomBlock$EyeblossomState;<init>(Ljava/lang/String;IZLnet/minecraft/registry/entry/RegistryEntry;FLnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundEvent;I)Vintermediary <init>Lnet/minecraft/class_10374$class_10375;<init>(Ljava/lang/String;IZLnet/minecraft/class_6880;FLnet/minecraft/class_3414;Lnet/minecraft/class_3414;I)Vofficial <init>Ldqj$a;<init>(Ljava/lang/String;IZLjg;FLawx;Lawx;I)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
-
getBlock
- Mappings:
Namespace Name Mixin selector named getBlockLnet/minecraft/block/EyeblossomBlock$EyeblossomState;getBlock()Lnet/minecraft/block/Block;intermediary method_65369Lnet/minecraft/class_10374$class_10375;method_65369()Lnet/minecraft/class_2248;official aLdqj$a;a()Ldno;
-
getBlockState
- Mappings:
Namespace Name Mixin selector named getBlockStateLnet/minecraft/block/EyeblossomBlock$EyeblossomState;getBlockState()Lnet/minecraft/block/BlockState;intermediary method_65370Lnet/minecraft/class_10374$class_10375;method_65370()Lnet/minecraft/class_2680;official bLdqj$a;b()Lebq;
-
getOpposite
- Mappings:
Namespace Name Mixin selector named getOppositeLnet/minecraft/block/EyeblossomBlock$EyeblossomState;getOpposite()Lnet/minecraft/block/EyeblossomBlock$EyeblossomState;intermediary method_65371Lnet/minecraft/class_10374$class_10375;method_65371()Lnet/minecraft/class_10374$class_10375;official cLdqj$a;c()Ldqj$a;
-
isOpen
public boolean isOpen()- Mappings:
Namespace Name Mixin selector named isOpenLnet/minecraft/block/EyeblossomBlock$EyeblossomState;isOpen()Zintermediary method_65157Lnet/minecraft/class_10374$class_10375;method_65157()Zofficial dLdqj$a;d()Z
-
of
- Mappings:
Namespace Name Mixin selector named ofLnet/minecraft/block/EyeblossomBlock$EyeblossomState;of(Z)Lnet/minecraft/block/EyeblossomBlock$EyeblossomState;intermediary method_65156Lnet/minecraft/class_10374$class_10375;method_65156(Z)Lnet/minecraft/class_10374$class_10375;official aLdqj$a;a(Z)Ldqj$a;
-
spawnTrailParticle
- Mappings:
Namespace Name Mixin selector named spawnTrailParticleLnet/minecraft/block/EyeblossomBlock$EyeblossomState;spawnTrailParticle(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;)Vintermediary method_65155Lnet/minecraft/class_10374$class_10375;method_65155(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)Vofficial aLdqj$a;a(Lasb;Liw;Lbai;)V
-
getLongSound
- Mappings:
Namespace Name Mixin selector named getLongSoundLnet/minecraft/block/EyeblossomBlock$EyeblossomState;getLongSound()Lnet/minecraft/sound/SoundEvent;intermediary method_65158Lnet/minecraft/class_10374$class_10375;method_65158()Lnet/minecraft/class_3414;official eLdqj$a;e()Lawx;
-