public class RequiredExtractorItemsList extends RequiredExtractor
RequiredExtractor.EnumType
DESERIALIZER
Constructor and Description |
---|
RequiredExtractorItemsList() |
Modifier and Type | Method and Description |
---|---|
java.util.List<net.minecraft.item.ItemStack> |
extractItemsFromBlock(net.minecraft.block.state.IBlockState blockState,
net.minecraft.nbt.NBTTagCompound tileNbt) |
java.util.List<net.minecraft.item.ItemStack> |
extractItemsFromEntity(net.minecraft.nbt.NBTTagCompound entityNbt) |
extractFluidsFromBlock, extractFluidsFromEntity
@Nonnull public java.util.List<net.minecraft.item.ItemStack> extractItemsFromBlock(@Nonnull net.minecraft.block.state.IBlockState blockState, @Nullable net.minecraft.nbt.NBTTagCompound tileNbt)
extractItemsFromBlock
in class RequiredExtractor
@Nonnull public java.util.List<net.minecraft.item.ItemStack> extractItemsFromEntity(@Nonnull net.minecraft.nbt.NBTTagCompound entityNbt)
extractItemsFromEntity
in class RequiredExtractor