Package dan200.computercraft.api
Class ComputerCraftTags.Blocks
java.lang.Object
dan200.computercraft.api.ComputerCraftTags.Blocks
- Enclosing class:
 - ComputerCraftTags
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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>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 callingturtle.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 - 
Method Summary
 
- 
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 - 
TURTLE_ALWAYS_BREAKABLE
public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> TURTLE_ALWAYS_BREAKABLEBlocks 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_BREAKABLEBlocks 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_BREAKABLEBlocks 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_BREAKABLEBlocks 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_USEBlock which can be used when callingturtle.place(). 
 - 
 - 
Constructor Details
- 
Blocks
public Blocks() 
 -