public class ModelTexture
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
get() |
int |
hashCode() |
@Nullable net.kyori.adventure.key.Key |
key() |
static ModelTexture |
ofKey(net.kyori.adventure.key.Key key) |
static ModelTexture |
ofReference(java.lang.String reference) |
@Nullable java.lang.String |
reference() |
@Nullable public @Nullable net.kyori.adventure.key.Key key()
@Nullable public @Nullable java.lang.String reference()
public java.lang.Object get()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static ModelTexture ofKey(net.kyori.adventure.key.Key key)
public static ModelTexture ofReference(java.lang.String reference)