Package net.minecraft.client.particle
Class TexturesParticle
- java.lang.Object
-
- net.minecraft.client.particle.TexturesParticle
-
public class TexturesParticle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<ResourceLocation>
textures
-
Constructor Summary
Constructors Modifier Constructor Description private
TexturesParticle(java.util.List<ResourceLocation> p_i51017_1_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TexturesParticle
fromJson(com.google.gson.JsonObject p_217595_0_)
java.util.List<ResourceLocation>
getTextures()
-
-
-
Field Detail
-
textures
@Nullable private final java.util.List<ResourceLocation> textures
-
-
Constructor Detail
-
TexturesParticle
private TexturesParticle(@Nullable java.util.List<ResourceLocation> p_i51017_1_)
-
-
Method Detail
-
getTextures
@Nullable public java.util.List<ResourceLocation> getTextures()
-
fromJson
public static TexturesParticle fromJson(com.google.gson.JsonObject p_217595_0_)
-
-