CompostingChanceRegistry

public interface CompostingChanceRegistry implements Item2ObjectMap<Float>

Registry of items to 0.0-1.0 values, defining the chance of a given item increasing the Composter block's level.

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

CompostingChanceRegistryImpl
Link copied to clipboard

Sources

jvm source
Link copied to clipboard