Uses of Record Class
net.minecraft.world.item.component.Compostable
Packages that use Compostable
Package
Description
-
Uses of Compostable in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type CompostableModifier and TypeFieldDescriptionstatic final DataComponentType<Compostable> DataComponents.COMPOSTABLE -
Uses of Compostable in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component with type parameters of type CompostableModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Compostable> Compostable.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Compostable> Compostable.STREAM_CODEC -
Uses of Compostable in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type CompostableModifier and TypeMethodDescriptionprivate static BlockStateComposterBlock.addLayer(@Nullable Entity sourceEntity, BlockState state, ServerLevel level, BlockPos pos, Compostable compostable)