Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename and document the SimpleParticleType class #3840

Merged
merged 2 commits into from
Apr 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions mappings/net/minecraft/particle/DefaultParticleType.mapping

This file was deleted.

11 changes: 11 additions & 0 deletions mappings/net/minecraft/particle/SimpleParticleType.mapping
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