Interface ParticleType
- All Superinterfaces:
Wrapper
Opaque handle to a particle type.
Impl module wraps the real thing.
- Since:
- 2.0.0
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ParticleTypeReads a Minecraft particle type into a wrapper.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
decode
Reads a Minecraft particle type into a wrapper.- Parameters:
minecraftParticleType- the particle type to read- Returns:
- the wrapper for it
- Since:
- 3.3.0
-