public static class Types_v1_21_2.ItemSubPredicate.JukeboxPlayable extends java.lang.Object implements Types_v1_21_2.ItemSubPredicate
Types_v1_21_2.ItemSubPredicate.AttributeModifiers, Types_v1_21_2.ItemSubPredicate.BundleContents, Types_v1_21_2.ItemSubPredicate.Container, Types_v1_21_2.ItemSubPredicate.CustomData, Types_v1_21_2.ItemSubPredicate.Damage, Types_v1_21_2.ItemSubPredicate.Enchantments, Types_v1_21_2.ItemSubPredicate.FireworkExplosion, Types_v1_21_2.ItemSubPredicate.Fireworks, Types_v1_21_2.ItemSubPredicate.JukeboxPlayable, Types_v1_21_2.ItemSubPredicate.PotionContents, Types_v1_21_2.ItemSubPredicate.StoredEnchantments, Types_v1_21_2.ItemSubPredicate.Trim, Types_v1_21_2.ItemSubPredicate.Type, Types_v1_21_2.ItemSubPredicate.WritableBookContent, Types_v1_21_2.ItemSubPredicate.WrittenBookContent| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SONG |
| Constructor and Description |
|---|
JukeboxPlayable() |
JukeboxPlayable(Types_v1_20_5.TagEntryList song) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Types_v1_20_5.TagEntryList |
getSong() |
Types_v1_21_2.ItemSubPredicate.Type |
getType() |
int |
hashCode() |
void |
setSong(Types_v1_20_5.TagEntryList song) |
java.lang.String |
toString() |
public static final java.lang.String SONG
public JukeboxPlayable()
public JukeboxPlayable(Types_v1_20_5.TagEntryList song)
public Types_v1_21_2.ItemSubPredicate.Type getType()
getType in interface Types_v1_21_2.ItemSubPredicatepublic Types_v1_20_5.TagEntryList getSong()
public void setSong(Types_v1_20_5.TagEntryList song)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object