public class CreativeItemGroup
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreativeItemGroup.CreativeItemGroupBuilder |
| Constructor and Description |
|---|
CreativeItemGroup(CreativeItemCategory category,
java.lang.String name,
ItemData icon) |
| Modifier and Type | Method and Description |
|---|---|
static CreativeItemGroup.CreativeItemGroupBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
CreativeItemCategory |
getCategory() |
ItemData |
getIcon() |
java.lang.String |
getName() |
int |
hashCode() |
CreativeItemGroup.CreativeItemGroupBuilder |
toBuilder() |
java.lang.String |
toString() |
public CreativeItemGroup(CreativeItemCategory category, java.lang.String name, ItemData icon)
public static CreativeItemGroup.CreativeItemGroupBuilder builder()
public CreativeItemGroup.CreativeItemGroupBuilder toBuilder()
public CreativeItemCategory getCategory()
public java.lang.String getName()
public ItemData getIcon()
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