Class SparkleParticleType

java.lang.Object
net.minecraft.core.particles.ParticleType<SparkleParticleData>
vazkii.botania.client.fx.SparkleParticleType

public class SparkleParticleType extends net.minecraft.core.particles.ParticleType<SparkleParticleData>
  • Constructor Details

    • SparkleParticleType

      public SparkleParticleType()
  • Method Details

    • codec

      @NotNull public @NotNull com.mojang.serialization.MapCodec<SparkleParticleData> codec()
      Specified by:
      codec in class net.minecraft.core.particles.ParticleType<SparkleParticleData>
    • streamCodec

      public net.minecraft.network.codec.StreamCodec<? super net.minecraft.network.RegistryFriendlyByteBuf,SparkleParticleData> streamCodec()
      Specified by:
      streamCodec in class net.minecraft.core.particles.ParticleType<SparkleParticleData>