CompostingChanceRegistryImpl

public class CompostingChanceRegistryImpl implements CompostingChanceRegistry

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, Float value)
void add(Tag<Item> tag, Float value)
clear
Link copied to clipboard
void clear(ItemConvertible item)
void clear(Tag<Item> tag)
get
Link copied to clipboard
abstract V get(ItemConvertible item)
Float get(ItemConvertible item)
remove
Link copied to clipboard
void remove(ItemConvertible item)
void remove(Tag<Item> tag)

Sources

jvm source
Link copied to clipboard