类 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
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.core.particles.ParticleOptions
net.minecraft.core.particles.ParticleOptions.Deserializer<T extends net.minecraft.core.particles.ParticleOptions> -
字段概要
字段修饰符和类型字段说明static final com.mojang.serialization.Codec<ShockwaveParticleOptions>static final net.minecraft.core.particles.ParticleOptions.Deserializer<ShockwaveParticleOptions>protected final booleanprotected final Stringprotected final float从类继承的字段 net.minecraft.core.particles.DustParticleOptionsBase
color, MAX_SCALE, MIN_SCALE, scale -
构造器概要
构造器构造器说明ShockwaveParticleOptions(org.joml.Vector3f color, float scale, boolean glowing) ShockwaveParticleOptions(org.joml.Vector3f color, float scale, boolean glowing, String trailParticle) -
方法概要
修饰符和类型方法说明org.joml.Vector3fcolor()floatgetScale()@NotNull net.minecraft.core.particles.ParticleType<ShockwaveParticleOptions>getType()booleanOptional<net.minecraft.core.particles.ParticleOptions>voidwriteToNetwork(net.minecraft.network.FriendlyByteBuf pBuffer) 从类继承的方法 net.minecraft.core.particles.DustParticleOptionsBase
getColor, readVector3f, readVector3f, writeToString
-
字段详细资料
-
unclampedScale
protected final float unclampedScale -
fullbright
protected final boolean fullbright -
trailParticleRaw
-
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
-
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()
-