Package | Description |
---|---|
net.minecraft.item |
Modifier and Type | Field and Description |
---|---|
private static IItemPropertyGetter |
Item.COOLDOWN_GETTER |
private static IItemPropertyGetter |
Item.DAMAGE_GETTER |
private static IItemPropertyGetter |
Item.DAMAGED_GETTER |
private static IItemPropertyGetter |
Item.LEFTHANDED_GETTER |
Modifier and Type | Field and Description |
---|---|
private IRegistry<ResourceLocation,IItemPropertyGetter> |
Item.properties |
Modifier and Type | Method and Description |
---|---|
IItemPropertyGetter |
Item.getPropertyGetter(ResourceLocation key) |
Modifier and Type | Method and Description |
---|---|
void |
Item.addPropertyOverride(ResourceLocation key,
IItemPropertyGetter getter) |