Class AllArmInteractionPointTypes.DepositOnlyArmInteractionPoint
java.lang.Object
com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
com.simibubi.create.content.logistics.block.mechanicalArm.AllArmInteractionPointTypes.DepositOnlyArmInteractionPoint
- Direct Known Subclasses:
AllArmInteractionPointTypes.BlazeBurnerPoint,AllArmInteractionPointTypes.CampfirePoint,AllArmInteractionPointTypes.FunnelPoint,AllArmInteractionPointTypes.RespawnAnchorPoint
- Enclosing class:
- AllArmInteractionPointTypes
public static class AllArmInteractionPointTypes.DepositOnlyArmInteractionPoint
extends ArmInteractionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
ArmInteractionPoint.Mode -
Field Summary
Fields inherited from class com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
cachedAngles, cachedHandler, cachedState, level, mode, pos, type -
Constructor Summary
ConstructorsConstructorDescriptionDepositOnlyArmInteractionPoint(ArmInteractionPointType type, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) -
Method Summary
Modifier and TypeMethodDescriptionvoidnet.minecraft.world.item.ItemStackextract(int slot, int amount, boolean simulate) intMethods inherited from class com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
create, deserialize, deserialize, extract, getHandler, getInteractionDirection, getInteractionPositionVector, getLevel, getMode, getPos, getTargetAngles, getType, insert, isInteractable, isValid, keepAlive, serialize, serialize, setLevel, transformPos, updateCachedState
-
Constructor Details
-
DepositOnlyArmInteractionPoint
public DepositOnlyArmInteractionPoint(ArmInteractionPointType type, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
-
-
Method Details
-
cycleMode
public void cycleMode()- Overrides:
cycleModein classArmInteractionPoint
-
extract
public net.minecraft.world.item.ItemStack extract(int slot, int amount, boolean simulate) - Overrides:
extractin classArmInteractionPoint
-
getSlotCount
public int getSlotCount()- Overrides:
getSlotCountin classArmInteractionPoint
-