Package dan200.computercraft.api
Class ComputerCraftTags.Items
java.lang.Object
dan200.computercraft.api.ComputerCraftTags.Items
- Enclosing class:
- ComputerCraftTags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 callingturtle.place()
.static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
-
Constructor Summary
Constructors -
Method Summary
-
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_PLACEItems which can be used when callingturtle.place()
.This does not cover items who handle placing inside
Item.useOn(UseOnContext)
, as that is always called.
-
-
Constructor Details
-
Items
public Items()
-