Class CubeParticleData

java.lang.Object
com.simibubi.create.content.trains.CubeParticleData
All Implemented Interfaces:
ICustomParticleData<CubeParticleData>, net.minecraft.core.particles.ParticleOptions

public class CubeParticleData extends Object implements net.minecraft.core.particles.ParticleOptions, ICustomParticleData<CubeParticleData>
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<CubeParticleData> CODEC
    • STREAM_CODEC

      public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,CubeParticleData> STREAM_CODEC
  • Constructor Details

    • CubeParticleData

      public CubeParticleData(float r, float g, float b, float scale, int avgAge, boolean hot)
    • CubeParticleData

      public CubeParticleData()
  • Method Details