Uses of Record Class
net.minecraft.core.particles.GeyserBaseParticleOptions
Packages that use GeyserBaseParticleOptions
-
Uses of GeyserBaseParticleOptions in net.minecraft.client.particle
Classes in net.minecraft.client.particle that implement interfaces with type arguments of type GeyserBaseParticleOptionsFields in net.minecraft.client.particle declared as GeyserBaseParticleOptionsModifier and TypeFieldDescriptionprivate final GeyserBaseParticleOptionsGeyserEruptionParticle.baseParticleprivate final GeyserBaseParticleOptionsGeyserEruptionParticle.poofParticleMethods in net.minecraft.client.particle with parameters of type GeyserBaseParticleOptionsModifier and TypeMethodDescriptionGeyserBaseParticle.Provider.createParticle(GeyserBaseParticleOptions options, ClientLevel level, double x, double y, double z, double xAux, double yAux, double zAux, RandomSource random) -
Uses of GeyserBaseParticleOptions in net.minecraft.core.particles
Fields in net.minecraft.core.particles with type parameters of type GeyserBaseParticleOptionsModifier and TypeFieldDescriptionstatic final ParticleType<GeyserBaseParticleOptions> ParticleTypes.GEYSER_BASEstatic final ParticleType<GeyserBaseParticleOptions> ParticleTypes.GEYSER_POOFprivate final ParticleType<GeyserBaseParticleOptions> GeyserBaseParticleOptions.typeThe field for thetyperecord component.Methods in net.minecraft.core.particles that return types with arguments of type GeyserBaseParticleOptionsModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<GeyserBaseParticleOptions> GeyserBaseParticleOptions.codec(ParticleType<GeyserBaseParticleOptions> type) GeyserBaseParticleOptions.getType()static StreamCodec<? super io.netty.buffer.ByteBuf, GeyserBaseParticleOptions> GeyserBaseParticleOptions.streamCodec(ParticleType<GeyserBaseParticleOptions> type) GeyserBaseParticleOptions.type()Returns the value of thetyperecord component.Method parameters in net.minecraft.core.particles with type arguments of type GeyserBaseParticleOptionsModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<GeyserBaseParticleOptions> GeyserBaseParticleOptions.codec(ParticleType<GeyserBaseParticleOptions> type) static StreamCodec<? super io.netty.buffer.ByteBuf, GeyserBaseParticleOptions> GeyserBaseParticleOptions.streamCodec(ParticleType<GeyserBaseParticleOptions> type) Constructor parameters in net.minecraft.core.particles with type arguments of type GeyserBaseParticleOptionsModifierConstructorDescriptionGeyserBaseParticleOptions(ParticleType<GeyserBaseParticleOptions> type, int waterBlocks, float burstImpulseBase) Creates an instance of aGeyserBaseParticleOptionsrecord class.