-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename and document the SimpleParticleType class (#3840)
* Rename the DefaultParticleType class to SimpleParticleType * Document the SimpleParticleType class
- Loading branch information
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
mappings/net/minecraft/particle/SimpleParticleType.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
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; | ||
METHOD <init> (Z)V | ||
ARG 1 alwaysShow |