Document the SimpleParticleType class

This commit is contained in:
haykam821 2024-04-07 14:49:26 -04:00
parent aba1a2ceaa
commit cbcdf4ee98
No known key found for this signature in database
GPG Key ID: 64DE485366941734
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
CLASS net/minecraft/class_2400 net/minecraft/particle/SimpleParticleType
COMMENT A particle type representing a particle with no additional parameters.
COMMENT
COMMENT <p>Because no additional parameters can be provided, this particle type
COMMENT itself implements {@link ParticleEffect} and can be passed to methods
COMMENT which accept particle parameters.
FIELD field_11259 PARAMETER_FACTORY Lnet/minecraft/class_2394$class_2395;
FIELD field_25127 codec Lcom/mojang/serialization/MapCodec;
FIELD field_48460 PACKET_CODEC Lnet/minecraft/class_9139;