Class ArmInteractionPoint.Jukebox

Enclosing class:
ArmInteractionPoint

public static class ArmInteractionPoint.Jukebox extends ArmInteractionPoint.TopFaceArmInteractionPoint
  • Constructor Details

    • Jukebox

      public Jukebox()
  • 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:
      isValid in class ArmInteractionPoint
    • getSlotCount

      protected int getSlotCount(net.minecraft.world.level.Level world)
      Overrides:
      getSlotCount in class ArmInteractionPoint
    • insert

      protected net.minecraft.world.item.ItemStack insert(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, boolean simulate)
      Overrides:
      insert in class ArmInteractionPoint
    • extract

      protected net.minecraft.world.item.ItemStack extract(net.minecraft.world.level.Level world, int slot, int amount, boolean simulate)
      Overrides:
      extract in class ArmInteractionPoint