Uses of Record Class
net.minecraft.core.particles.GeyserParticleOptions
Packages that use GeyserParticleOptions
-
Uses of GeyserParticleOptions in net.minecraft.client.particle
Classes in net.minecraft.client.particle that implement interfaces with type arguments of type GeyserParticleOptionsModifier and TypeClassDescriptionstatic classstatic classFields in net.minecraft.client.particle declared as GeyserParticleOptionsModifier and TypeFieldDescriptionprivate final GeyserParticleOptionsGeyserEruptionParticle.plumeParticleMethods in net.minecraft.client.particle with parameters of type GeyserParticleOptionsModifier and TypeMethodDescriptionGeyserEruptionParticle.Provider.createParticle(GeyserParticleOptions options, ClientLevel level, double x, double y, double z, double xAux, double yAux, double zAux, RandomSource random) GeyserPlumeParticle.Provider.createParticle(GeyserParticleOptions options, ClientLevel level, double x, double y, double z, double xAux, double yAux, double zAux, RandomSource random) Constructors in net.minecraft.client.particle with parameters of type GeyserParticleOptionsModifierConstructorDescriptionGeyserEruptionParticle(ClientLevel level, double x, double y, double z, double xAux, double yAux, double zAux, GeyserParticleOptions options) GeyserPlumeParticle(ClientLevel level, double x, double y, double z, double xa, double ya, double za, GeyserParticleOptions options, SpriteSet sprites) -
Uses of GeyserParticleOptions in net.minecraft.core.particles
Fields in net.minecraft.core.particles with type parameters of type GeyserParticleOptionsModifier and TypeFieldDescriptionstatic final ParticleType<GeyserParticleOptions> ParticleTypes.GEYSERstatic final ParticleType<GeyserParticleOptions> ParticleTypes.GEYSER_PLUMEprivate final ParticleType<GeyserParticleOptions> GeyserParticleOptions.typeThe field for thetyperecord component.Methods in net.minecraft.core.particles that return types with arguments of type GeyserParticleOptionsModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<GeyserParticleOptions> GeyserParticleOptions.codec(ParticleType<GeyserParticleOptions> type) GeyserParticleOptions.getType()static StreamCodec<? super io.netty.buffer.ByteBuf, GeyserParticleOptions> GeyserParticleOptions.streamCodec(ParticleType<GeyserParticleOptions> type) GeyserParticleOptions.type()Returns the value of thetyperecord component.Method parameters in net.minecraft.core.particles with type arguments of type GeyserParticleOptionsModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<GeyserParticleOptions> GeyserParticleOptions.codec(ParticleType<GeyserParticleOptions> type) static StreamCodec<? super io.netty.buffer.ByteBuf, GeyserParticleOptions> GeyserParticleOptions.streamCodec(ParticleType<GeyserParticleOptions> type) Constructor parameters in net.minecraft.core.particles with type arguments of type GeyserParticleOptionsModifierConstructorDescriptionGeyserParticleOptions(ParticleType<GeyserParticleOptions> type, int waterBlocks) Creates an instance of aGeyserParticleOptionsrecord class.