类 ShockwaveParticleOptions

java.lang.Object
net.minecraft.core.particles.DustParticleOptionsBase
committee.nova.mods.avaritia.client.particle.ShockwaveParticleOptions
所有已实现的接口:
net.minecraft.core.particles.ParticleOptions

public class ShockwaveParticleOptions extends net.minecraft.core.particles.DustParticleOptionsBase
  • 字段详细资料

    • unclampedScale

      protected final float unclampedScale
    • fullbright

      protected final boolean fullbright
    • trailParticleRaw

      protected final String trailParticleRaw
    • CODEC

      public static final com.mojang.serialization.Codec<ShockwaveParticleOptions> CODEC
    • DESERIALIZER

      public static final net.minecraft.core.particles.ParticleOptions.Deserializer<ShockwaveParticleOptions> DESERIALIZER
  • 构造器详细资料

    • ShockwaveParticleOptions

      public ShockwaveParticleOptions(org.joml.Vector3f color, float scale, boolean glowing, String trailParticle)
    • ShockwaveParticleOptions

      public ShockwaveParticleOptions(org.joml.Vector3f color, float scale, boolean glowing)
  • 方法详细资料

    • getScale

      public float getScale()
      覆盖:
      getScale 在类中 net.minecraft.core.particles.DustParticleOptionsBase
    • isFullbright

      public boolean isFullbright()
    • trailParticle

      public Optional<net.minecraft.core.particles.ParticleOptions> trailParticle()
    • color

      public org.joml.Vector3f color()
    • writeToNetwork

      public void writeToNetwork(net.minecraft.network.FriendlyByteBuf pBuffer)
      指定者:
      writeToNetwork 在接口中 net.minecraft.core.particles.ParticleOptions
      覆盖:
      writeToNetwork 在类中 net.minecraft.core.particles.DustParticleOptionsBase
    • getType

      @NotNull public @NotNull net.minecraft.core.particles.ParticleType<ShockwaveParticleOptions> getType()