public class TexturesParticle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ResourceLocation> |
textures |
| Modifier | Constructor and Description |
|---|---|
private |
TexturesParticle(java.util.List<ResourceLocation> p_i51017_1_) |
| Modifier and Type | Method and Description |
|---|---|
static TexturesParticle |
deserialize(com.google.gson.JsonObject p_217595_0_) |
java.util.List<ResourceLocation> |
getTextures() |
@Nullable private final java.util.List<ResourceLocation> textures
private TexturesParticle(@Nullable
java.util.List<ResourceLocation> p_i51017_1_)
@Nullable public java.util.List<ResourceLocation> getTextures()
public static TexturesParticle deserialize(com.google.gson.JsonObject p_217595_0_)