Package net.fabricmc.fabric.api.registry

Types

CompostingChanceRegistry
Link copied to clipboard
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.
FlammableBlockRegistry
Link copied to clipboard
public interface FlammableBlockRegistry implements Block2ObjectMap<FlammableBlockRegistry.Entry>
FuelRegistry
Link copied to clipboard
public interface FuelRegistry implements Item2ObjectMap<Integer>
Registry of items to 0-32767 fuel burn time values, in in-game ticks.
LootEntryTypeRegistry
Link copied to clipboard
public interface LootEntryTypeRegistry
Use net.fabricmc.fabric.api.loot.v1.