FuelRegistry

public interface FuelRegistry implements Item2ObjectMap<Integer>

Registry of items to 0-32767 fuel burn time values, in in-game ticks.

Functions

add
Link copied to clipboard
abstract void add(ItemConvertible item, V value)
abstract void add(Tag<Item> tag, V value)
clear
Link copied to clipboard
abstract void clear(ItemConvertible item)
abstract void clear(Tag<Item> tag)
get
Link copied to clipboard
abstract V get(ItemConvertible item)
remove
Link copied to clipboard
abstract void remove(ItemConvertible item)
abstract void remove(Tag<Item> tag)

Inheritors

FuelRegistryImpl
Link copied to clipboard

Sources

jvm source
Link copied to clipboard