Class ChainConveyorItemEvent.Add
java.lang.Object
net.neoforged.bus.api.Event
petrolpark.mc.library.compat.create.core.world.block.chainConveyor.ChainConveyorItemEvent
petrolpark.mc.library.compat.create.core.world.block.chainConveyor.ChainConveyorItemEvent.Add
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
ChainConveyorItemEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class petrolpark.mc.library.compat.create.core.world.block.chainConveyor.ChainConveyorItemEvent
ChainConveyorItemEvent.Add, ChainConveyorItemEvent.AddClient, ChainConveyorItemEvent.Remove -
Field Summary
Fields inherited from class petrolpark.mc.library.compat.create.core.world.block.chainConveyor.ChainConveyorItemEvent
chainConveyor, chainConveyorConnection, chainConveyorPosition, level, onSuccess, originalStack, simulate, transformedStack -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAdd(net.minecraft.world.level.Level level, net.minecraft.world.item.ItemStack stack, com.simibubi.create.content.kinetics.chainConveyor.ChainConveyorBlockEntity chainConveyor, net.minecraft.core.BlockPos chainConveyorConnection, float chainConveyorPosition, boolean simulate) -
Method Summary
Methods inherited from class petrolpark.mc.library.compat.create.core.world.block.chainConveyor.ChainConveyorItemEvent
allow, canAdd, canAddClient, getAdded, getRemoved, getRemoved, getStack, isAllowed, onSuccess, setCanceled, setTransformedStackMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled
-
Constructor Details
-
Add
protected Add(net.minecraft.world.level.Level level, net.minecraft.world.item.ItemStack stack, com.simibubi.create.content.kinetics.chainConveyor.ChainConveyorBlockEntity chainConveyor, net.minecraft.core.BlockPos chainConveyorConnection, float chainConveyorPosition, boolean simulate)
-