Uses of Class
net.minecraft.item.FuelRegistry
Packages that use FuelRegistry
Package
Description
-
Uses of FuelRegistry in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type FuelRegistryModifier and TypeMethodDescriptionprotected int
AbstractFurnaceBlockEntity.getFuelTime
(FuelRegistry fuelRegistry, ItemStack stack) protected int
BlastFurnaceBlockEntity.getFuelTime
(FuelRegistry fuelRegistry, ItemStack stack) protected int
SmokerBlockEntity.getFuelTime
(FuelRegistry fuelRegistry, ItemStack stack) -
Uses of FuelRegistry in net.minecraft.client.network
Fields in net.minecraft.client.network declared as FuelRegistryMethods in net.minecraft.client.network that return FuelRegistry -
Uses of FuelRegistry in net.minecraft.client.world
Methods in net.minecraft.client.world that return FuelRegistry -
Uses of FuelRegistry in net.minecraft.item
Methods in net.minecraft.item that return FuelRegistryModifier and TypeMethodDescriptionFuelRegistry.Builder.build()
static FuelRegistry
FuelRegistry.createDefault
(RegistryWrapper.WrapperLookup registries, FeatureSet enabledFeatures) static FuelRegistry
FuelRegistry.createDefault
(RegistryWrapper.WrapperLookup registries, FeatureSet enabledFeatures, int itemSmeltTime) -
Uses of FuelRegistry in net.minecraft.recipe.display
Fields in net.minecraft.recipe.display with type parameters of type FuelRegistryModifier and TypeFieldDescriptionstatic final ContextParameter
<FuelRegistry> SlotDisplayContexts.FUEL_REGISTRY
-
Uses of FuelRegistry in net.minecraft.server
Fields in net.minecraft.server declared as FuelRegistryMethods in net.minecraft.server that return FuelRegistry -
Uses of FuelRegistry in net.minecraft.server.world
Methods in net.minecraft.server.world that return FuelRegistry -
Uses of FuelRegistry in net.minecraft.world
Methods in net.minecraft.world that return FuelRegistry