Class WispParticleType

java.lang.Object
net.minecraft.core.particles.ParticleType<WispParticleOptions>
tech.anonymoushacker1279.immersiveweapons.client.particle.wisp.WispParticleType

public class WispParticleType extends net.minecraft.core.particles.ParticleType<WispParticleOptions>
  • Field Details

    • CODEC

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

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

    • WispParticleType

      public WispParticleType(boolean overrideLimiter)
  • Method Details

    • codec

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

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