Class AllArmInteractionPointTypes.ComposterPoint
java.lang.Object
com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
com.simibubi.create.content.logistics.block.mechanicalArm.AllArmInteractionPointTypes.ComposterPoint
- Enclosing class:
- AllArmInteractionPointTypes
-
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
ConstructorsConstructorDescriptionComposterPoint(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 TypeMethodDescriptionprotected net.minecraftforge.items.IItemHandlerprotected net.minecraft.world.phys.Vec3voidMethods inherited from class com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
create, cycleMode, deserialize, deserialize, extract, extract, getInteractionDirection, getLevel, getMode, getPos, getSlotCount, getTargetAngles, getType, insert, isInteractable, isValid, keepAlive, serialize, serialize, setLevel, transformPos
-
Constructor Details
-
ComposterPoint
public ComposterPoint(ArmInteractionPointType type, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
-
-
Method Details
-
getInteractionPositionVector
protected net.minecraft.world.phys.Vec3 getInteractionPositionVector()- Overrides:
getInteractionPositionVectorin classArmInteractionPoint
-
updateCachedState
public void updateCachedState()- Overrides:
updateCachedStatein classArmInteractionPoint
-
getHandler
@Nullable protected net.minecraftforge.items.IItemHandler getHandler()- Overrides:
getHandlerin classArmInteractionPoint
-