public abstract class RequiredExtractor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RequiredExtractor.EnumType |
Modifier and Type | Field and Description |
---|---|
static com.google.gson.JsonDeserializer<RequiredExtractor> |
DESERIALIZER |
Constructor and Description |
---|
RequiredExtractor() |
Modifier and Type | Method and Description |
---|---|
java.util.List<net.minecraftforge.fluids.FluidStack> |
extractFluidsFromBlock(net.minecraft.block.state.IBlockState blockState,
net.minecraft.nbt.NBTTagCompound tileNbt) |
java.util.List<net.minecraftforge.fluids.FluidStack> |
extractFluidsFromEntity(net.minecraft.nbt.NBTTagCompound entityNbt) |
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) |
public static final com.google.gson.JsonDeserializer<RequiredExtractor> DESERIALIZER
@Nonnull public java.util.List<net.minecraft.item.ItemStack> extractItemsFromBlock(@Nonnull net.minecraft.block.state.IBlockState blockState, @Nullable net.minecraft.nbt.NBTTagCompound tileNbt)
@Nonnull public java.util.List<net.minecraftforge.fluids.FluidStack> extractFluidsFromBlock(@Nonnull net.minecraft.block.state.IBlockState blockState, @Nullable net.minecraft.nbt.NBTTagCompound tileNbt)
@Nonnull public java.util.List<net.minecraft.item.ItemStack> extractItemsFromEntity(@Nonnull net.minecraft.nbt.NBTTagCompound entityNbt)
@Nonnull public java.util.List<net.minecraftforge.fluids.FluidStack> extractFluidsFromEntity(@Nonnull net.minecraft.nbt.NBTTagCompound entityNbt)