public class ListMatchHandlerFluid extends ListMatchHandler
ListMatchHandler.Type
Constructor and Description |
---|
ListMatchHandlerFluid() |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> |
getClientExamples(ListMatchHandler.Type type,
net.minecraft.item.ItemStack stack)
Get custom client examples.
|
boolean |
isValidSource(ListMatchHandler.Type type,
net.minecraft.item.ItemStack stack) |
boolean |
matches(ListMatchHandler.Type type,
net.minecraft.item.ItemStack stack,
net.minecraft.item.ItemStack target,
boolean precise) |
public boolean matches(ListMatchHandler.Type type, @Nonnull net.minecraft.item.ItemStack stack, @Nonnull net.minecraft.item.ItemStack target, boolean precise)
matches
in class ListMatchHandler
public boolean isValidSource(ListMatchHandler.Type type, @Nonnull net.minecraft.item.ItemStack stack)
isValidSource
in class ListMatchHandler
public net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> getClientExamples(ListMatchHandler.Type type, @Nonnull net.minecraft.item.ItemStack stack)
ListMatchHandler
getClientExamples
in class ListMatchHandler