@Environment(value=CLIENT) public class ParticleTextureData extends Object
Modifier and Type | Field and Description |
---|---|
private List<Identifier> |
textureList |
Modifier | Constructor and Description |
---|---|
private |
ParticleTextureData(List<Identifier> textureList) |
Modifier and Type | Method and Description |
---|---|
List<Identifier> |
getTextureList() |
static ParticleTextureData |
load(JsonObject jsonObject) |
@Nullable private final List<Identifier> textureList
private ParticleTextureData(@Nullable List<Identifier> textureList)
@Nullable public List<Identifier> getTextureList()
public static ParticleTextureData load(JsonObject jsonObject)