public class InWorldProcessing
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InWorldProcessing.SplashingWrapper |
static class |
InWorldProcessing.Type |
| Constructor and Description |
|---|
InWorldProcessing() |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyProcessing(net.minecraft.entity.item.ItemEntity entity,
InWorldProcessing.Type type) |
static TransportedItemStackHandlerBehaviour.TransportedResult |
applyProcessing(TransportedItemStack transported,
net.minecraft.world.World world,
InWorldProcessing.Type type) |
static void |
applyRecipeOn(net.minecraft.entity.item.ItemEntity entity,
net.minecraft.item.crafting.IRecipe<?> recipe) |
static java.util.List<net.minecraft.item.ItemStack> |
applyRecipeOn(net.minecraft.item.ItemStack stackIn,
net.minecraft.item.crafting.IRecipe<?> recipe) |
static boolean |
canProcess(net.minecraft.entity.item.ItemEntity entity,
InWorldProcessing.Type type) |
static boolean |
isWashable(net.minecraft.item.ItemStack stack,
net.minecraft.world.World world) |
static void |
spawnParticlesForProcessing(net.minecraft.world.World world,
net.minecraft.util.math.vector.Vector3d vec,
InWorldProcessing.Type type) |
public static boolean canProcess(net.minecraft.entity.item.ItemEntity entity,
InWorldProcessing.Type type)
public static boolean isWashable(net.minecraft.item.ItemStack stack,
net.minecraft.world.World world)
public static void applyProcessing(net.minecraft.entity.item.ItemEntity entity,
InWorldProcessing.Type type)
public static TransportedItemStackHandlerBehaviour.TransportedResult applyProcessing(TransportedItemStack transported, net.minecraft.world.World world, InWorldProcessing.Type type)
public static void applyRecipeOn(net.minecraft.entity.item.ItemEntity entity,
net.minecraft.item.crafting.IRecipe<?> recipe)
public static java.util.List<net.minecraft.item.ItemStack> applyRecipeOn(net.minecraft.item.ItemStack stackIn,
net.minecraft.item.crafting.IRecipe<?> recipe)
public static void spawnParticlesForProcessing(@Nullable
net.minecraft.world.World world,
net.minecraft.util.math.vector.Vector3d vec,
InWorldProcessing.Type type)