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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<MeteorSmokeScaledOptions> static final com.mojang.serialization.Codec<Float> static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, MeteorSmokeScaledOptions> Fields inherited from class me.emafire003.dev.ohmymeteors.particles.meteor_flash.FlashScaleParticleOptions
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
-
Field Details
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,MeteorSmokeScaledOptions> STREAM_CODEC -
SCALE
-
CODEC
-
-
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
-