Uses of Record Class
net.minecraft.world.item.component.BrewingFuel
Packages that use BrewingFuel
Package
Description
-
Uses of BrewingFuel in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type BrewingFuelModifier and TypeFieldDescriptionstatic final DataComponentType<BrewingFuel> DataComponents.BREWING_FUEL -
Uses of BrewingFuel in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component with type parameters of type BrewingFuelModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BrewingFuel> BrewingFuel.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, BrewingFuel> BrewingFuel.STREAM_CODEC -
Uses of BrewingFuel in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type BrewingFuelModifier and TypeMethodDescriptionprotected floatBrewingStandBlockEntity.getSpeedMultiplier(ServerLevel level, BrewingFuel brewingFuel) protected intBrewingStandBlockEntity.getUses(ServerLevel level, BrewingFuel brewingFuel)