Class ArmInteractionPoint.BlazeBurner
java.lang.Object
com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint.BlazeBurner
- Enclosing class:
- ArmInteractionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
ArmInteractionPoint.Basin, ArmInteractionPoint.Belt, ArmInteractionPoint.BlazeBurner, ArmInteractionPoint.Chute, ArmInteractionPoint.Composter, ArmInteractionPoint.Crafter, ArmInteractionPoint.CrushingWheels, ArmInteractionPoint.Deployer, ArmInteractionPoint.Depot, ArmInteractionPoint.Funnel, ArmInteractionPoint.Jukebox, ArmInteractionPoint.Millstone, ArmInteractionPoint.Mode, ArmInteractionPoint.Saw, ArmInteractionPoint.TopFaceArmInteractionPoint -
Field Summary
Fields inherited from class com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
cachedAngles, cachedHandler, mode, POINTS, pos, state -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected net.minecraft.world.item.ItemStackextract(net.minecraft.world.level.Level world, int slot, int amount, boolean simulate) protected net.minecraft.world.item.ItemStackinsert(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, boolean simulate) protected booleanisValid(net.minecraft.world.level.BlockGetter reader, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) Methods inherited from class com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
addPoint, createAt, deserialize, extract, getFlagType, getHandler, getInteractionDirection, getInteractionPositionVector, getSlotCount, getTargetAngles, isInteractable, isStillValid, keepAlive, serialize, transformFlag, transformPos
-
Constructor Details
-
BlazeBurner
public BlazeBurner()
-
-
Method Details
-
isValid
protected boolean isValid(net.minecraft.world.level.BlockGetter reader, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) - Specified by:
isValidin classArmInteractionPoint
-
extract
protected net.minecraft.world.item.ItemStack extract(net.minecraft.world.level.Level world, int slot, int amount, boolean simulate) - Overrides:
extractin classArmInteractionPoint
-
insert
protected net.minecraft.world.item.ItemStack insert(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, boolean simulate) - Overrides:
insertin classArmInteractionPoint
-
cycleMode
protected void cycleMode()- Overrides:
cycleModein classArmInteractionPoint
-