FuelRegistryImpl

public final class FuelRegistryImpl implements FuelRegistry

Constructors

FuelRegistryImpl
Link copied to clipboard
void FuelRegistryImpl()

Functions

add
Link copied to clipboard
abstract void add(ItemConvertible item, V value)
abstract void add(Tag<Item> tag, V value)
void add(ItemConvertible item, Integer cookTime)
void add(Tag<Item> tag, Integer cookTime)
apply
Link copied to clipboard
void apply(Map<Item, Integer> map)
clear
Link copied to clipboard
void clear(ItemConvertible item)
void clear(Tag<Item> tag)
get
Link copied to clipboard
abstract V get(ItemConvertible item)
Integer get(ItemConvertible item)
getFuelTimes
Link copied to clipboard
Map<Item, IntegergetFuelTimes()
remove
Link copied to clipboard
void remove(ItemConvertible item)
void remove(Tag<Item> tag)
resetCache
Link copied to clipboard
void resetCache()

Properties

INSTANCE
Link copied to clipboard
public final static FuelRegistryImpl INSTANCE

Sources

jvm source
Link copied to clipboard