Uses of Record Class
net.minecraft.class_9283
Packages that use class_9283
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9283 in net.minecraft
Fields in net.minecraft declared as class_9283Fields in net.minecraft with type parameters of type class_9283Modifier and TypeFieldDescriptionprivate final List<class_9283> class_9284.explosionsThe field for theexplosionsrecord component.static final com.mojang.serialization.Codec<class_9283> class_9283.field_49316static final PacketCodec<ByteBuf, class_9283> class_9283.field_49317static final class_9331<class_9283> class_9334.FIREWORK_EXPLOSIONMethods in net.minecraft that return class_9283Methods in net.minecraft that return types with arguments of type class_9283Modifier and TypeMethodDescriptionclass_9284.explosions()Returns the value of theexplosionsrecord component.Constructor parameters in net.minecraft with type arguments of type class_9283 -
Uses of class_9283 in net.minecraft.client.particle
Fields in net.minecraft.client.particle with type parameters of type class_9283Modifier and TypeFieldDescriptionprivate final List<class_9283> FireworksSparkParticle.FireworkParticle.explosionsConstructor parameters in net.minecraft.client.particle with type arguments of type class_9283ModifierConstructorDescriptionFireworkParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, ParticleManager particleManager, List<class_9283> list) -
Uses of class_9283 in net.minecraft.client.world
Method parameters in net.minecraft.client.world with type arguments of type class_9283Modifier and TypeMethodDescriptionvoidClientWorld.addFireworkParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, List<class_9283> list) -
Uses of class_9283 in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile that return types with arguments of type class_9283 -
Uses of class_9283 in net.minecraft.world
Method parameters in net.minecraft.world with type arguments of type class_9283Modifier and TypeMethodDescriptionvoidWorld.addFireworkParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, List<class_9283> list)