Class MeteorSmokeScaledOptions
java.lang.Object
me.emafire003.dev.ohmymeteors.particles.meteor_flash.FlashScaleParticleOptions
me.emafire003.dev.ohmymeteors.particles.meteor_smoke.MeteorSmokeScaledOptions
- All Implemented Interfaces:
net.minecraft.core.particles.ParticleOptions
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.core.particles.ParticleOptions
net.minecraft.core.particles.ParticleOptions.Deserializer<T extends net.minecraft.core.particles.ParticleOptions> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.minecraft.core.particles.ParticleOptions.Deserializer<MeteorSmokeScaledOptions> Fields inherited from class me.emafire003.dev.ohmymeteors.particles.meteor_flash.FlashScaleParticleOptions
CODEC, MAX_SCALE, MIN_SCALE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull net.minecraft.core.particles.ParticleType<?> getType()Methods inherited from class me.emafire003.dev.ohmymeteors.particles.meteor_flash.FlashScaleParticleOptions
getScale, writeToNetwork, writeToString
-
Field Details
-
DESERIALIZER
public static net.minecraft.core.particles.ParticleOptions.Deserializer<MeteorSmokeScaledOptions> DESERIALIZER
-
-
Constructor Details
-
MeteorSmokeScaledOptions
public MeteorSmokeScaledOptions(float scale) -
MeteorSmokeScaledOptions
public MeteorSmokeScaledOptions()
-
-
Method Details
-
getType
@NotNull public @NotNull net.minecraft.core.particles.ParticleType<?> getType()- Specified by:
getTypein interfacenet.minecraft.core.particles.ParticleOptions- Overrides:
getTypein classFlashScaleParticleOptions
-