Class ComputerCraftTags.Blocks

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

public static class ComputerCraftTags.Blocks extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
    Blocks which should be ignored by a peripheral_hub peripheral.
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
    Blocks which can be broken by any turtle tool.
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
    Block which can be used when calling turtle.place().
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
    Blocks which can be broken with the default hoe tool.
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
    Blocks which can be broken by the default shovel tool.
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
    Blocks which can be broken with the default sword tool.
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>
     
  • 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.level.block.Block> COMPUTER
    • TURTLE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> TURTLE
    • WIRED_MODEM

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> WIRED_MODEM
    • MONITOR

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> MONITOR
    • PERIPHERAL_HUB_IGNORE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> PERIPHERAL_HUB_IGNORE
      Blocks which should be ignored by a peripheral_hub peripheral.

      This should include blocks which themselves expose a peripheral hub (such as wired modems).

    • TURTLE_ALWAYS_BREAKABLE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> TURTLE_ALWAYS_BREAKABLE
      Blocks which can be broken by any turtle tool.
    • TURTLE_SHOVEL_BREAKABLE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> TURTLE_SHOVEL_BREAKABLE
      Blocks which can be broken by the default shovel tool.
    • TURTLE_SWORD_BREAKABLE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> TURTLE_SWORD_BREAKABLE
      Blocks which can be broken with the default sword tool.
    • TURTLE_HOE_BREAKABLE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> TURTLE_HOE_BREAKABLE
      Blocks which can be broken with the default hoe tool.
    • TURTLE_CAN_USE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> TURTLE_CAN_USE
      Block which can be used when calling turtle.place().
  • Constructor Details

    • Blocks

      public Blocks()