Class ConnectedInputHandler.ConnectedInput

java.lang.Object
com.simibubi.create.content.contraptions.components.crafter.ConnectedInputHandler.ConnectedInput
Enclosing class:
ConnectedInputHandler

public static class ConnectedInputHandler.ConnectedInput extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    attachTo(net.minecraft.core.BlockPos controllerPos, net.minecraft.core.BlockPos myPos)
     
    net.minecraftforge.items.IItemHandler
    getItemHandler(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
     
    void
    read(net.minecraft.nbt.CompoundTag nbt)
     
    void
    write(net.minecraft.nbt.CompoundTag nbt)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConnectedInput

      public ConnectedInput()
  • Method Details

    • attachTo

      public void attachTo(net.minecraft.core.BlockPos controllerPos, net.minecraft.core.BlockPos myPos)
    • getItemHandler

      public net.minecraftforge.items.IItemHandler getItemHandler(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
    • write

      public void write(net.minecraft.nbt.CompoundTag nbt)
    • read

      public void read(net.minecraft.nbt.CompoundTag nbt)