Class ComputerCraftTags.Items

java.lang.Object
dan200.computercraft.api.ComputerCraftTags.Items
Enclosing class:
ComputerCraftTags

public static class ComputerCraftTags.Items extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
    Items which can be used when calling turtle.place().
    static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • COMPUTER

      public static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> COMPUTER
    • TURTLE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> TURTLE
    • WIRED_MODEM

      public static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> WIRED_MODEM
    • MONITOR

      public static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> MONITOR
    • TURTLE_CAN_PLACE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> TURTLE_CAN_PLACE
      Items which can be used when calling turtle.place().

      This does not cover items who handle placing inside Item.useOn(UseOnContext), as that is always called.

  • Constructor Details

    • Items

      public Items()