T - the type of things grouped by this tagpublic interface Tag<T extends Keyed> extends Keyed
| Modifier and Type | Field and Description | 
|---|---|
static Tag<Material> | 
ACACIA_LOGS
Vanilla block tag representing all acacia log and bark variants. 
 | 
static Tag<Material> | 
ANVIL
Vanilla block tag representing all damaged and undamaged anvils. 
 | 
static Tag<Material> | 
BANNERS
Vanilla block tag representing all banner blocks. 
 | 
static Tag<Material> | 
BIRCH_LOGS
Vanilla block tag representing all birch log and bark variants. 
 | 
static Tag<Material> | 
BUTTONS
Vanilla block tag representing all buttons (inherits from
  
WOODEN_BUTTONS. | 
static Tag<Material> | 
CARPETS
Vanilla block tag representing all colors of carpet. 
 | 
static Tag<Material> | 
CORAL_BLOCKS
Vanilla block tag representing all coral blocks. 
 | 
static Tag<Material> | 
CORAL_PLANTS
Vanilla block tag representing all coral plants. 
 | 
static Tag<Material> | 
CORALS
Vanilla block tag representing all coral. 
 | 
static Tag<Material> | 
DARK_OAK_LOGS
Vanilla block tag representing all dark oak log and bark variants. 
 | 
static Tag<Material> | 
DOORS
Vanilla block tag representing all doors (inherits from
  
WOODEN_DOORS. | 
static Tag<Material> | 
ENDERMAN_HOLDABLE
Vanilla block tag denoting blocks that enderman may pick up and hold. 
 | 
static Tag<Material> | 
FLOWER_POTS
Vanilla block tag representing all empty and filled flower pots. 
 | 
static Tag<Material> | 
ICE
Vanilla block tag denoting ice blocks. 
 | 
static Tag<Material> | 
IMPERMEABLE
Vanilla block tag denoting impermeable blocks which do not drip fluids. 
 | 
static Tag<Material> | 
ITEMS_BANNERS
Vanilla item tag representing all banner items. 
 | 
static Tag<Material> | 
ITEMS_BOATS
Vanilla item tag representing all boat items. 
 | 
static Tag<Material> | 
ITEMS_FISHES
Vanilla item tag representing all fish items. 
 | 
static Tag<Material> | 
JUNGLE_LOGS
Vanilla block tag representing all jungle log and bark variants. 
 | 
static Tag<Material> | 
LEAVES
Vanilla block tag representing all leaves fans. 
 | 
static Tag<Material> | 
LOGS
Vanilla block tag representing all log and bark variants. 
 | 
static Tag<Material> | 
OAK_LOGS
Vanilla block tag representing all oak log and bark variants. 
 | 
static Tag<Material> | 
PLANKS
Vanilla block tag representing all plank variants. 
 | 
static Tag<Material> | 
RAILS
Vanilla block tag representing all Minecart rails. 
 | 
static String | 
REGISTRY_BLOCKS
Key for the built in block registry. 
 | 
static String | 
REGISTRY_ITEMS
Key for the built in item registry. 
 | 
static Tag<Material> | 
SAND
Vanilla block tag representing all sand blocks. 
 | 
static Tag<Material> | 
SAPLINGS
Vanilla block tag representing all sapling variants. 
 | 
static Tag<Material> | 
SLABS
Vanilla block tag representing all slabs. 
 | 
static Tag<Material> | 
SPRUCE_LOGS
Vanilla block tag representing all spruce log and bark variants. 
 | 
static Tag<Material> | 
STAIRS
Vanilla block tag representing all stairs. 
 | 
static Tag<Material> | 
STONE_BRICKS
Vanilla block tag representing all regular/mossy/cracked/chiseled stone
 bricks. 
 | 
static Tag<Material> | 
TRAPDOORS
Vanilla block tag representing all trapdoors (inherits from
  
WOODEN_TRAPDOORS. | 
static Tag<Material> | 
UNDERWATER_BONEMEALS
Vanilla block tag denoting all underwater blocks which may be bonemealed. 
 | 
static Tag<Material> | 
VALID_SPAWN
Vanilla block tag denoting all valid mob spawn positions. 
 | 
static Tag<Material> | 
WALL_CORALS
Vanilla block tag representing all wall corals. 
 | 
static Tag<Material> | 
WOODEN_BUTTONS
Vanilla block tag representing all wooden buttons. 
 | 
static Tag<Material> | 
WOODEN_DOORS
Vanilla block tag representing all wooden doors. 
 | 
static Tag<Material> | 
WOODEN_PRESSURE_PLATES
Vanilla block tag representing all wooden pressure plates. 
 | 
static Tag<Material> | 
WOODEN_SLABS
Vanilla block tag representing all wooden slabs. 
 | 
static Tag<Material> | 
WOODEN_STAIRS
Vanilla block tag representing all wooden stairs. 
 | 
static Tag<Material> | 
WOODEN_TRAPDOORS
Vanilla block tag representing all wooden trapdoors. 
 | 
static Tag<Material> | 
WOOL
Vanilla block tag representing all colors of wool. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<T> | 
getValues()
Gets an immutable set of all tagged items. 
 | 
boolean | 
isTagged(T item)
Returns whether or not this tag has an entry for the specified item. 
 | 
static final String REGISTRY_BLOCKS
static final Tag<Material> STONE_BRICKS
static final Tag<Material> WOODEN_BUTTONS
static final Tag<Material> BUTTONS
WOODEN_BUTTONS.static final Tag<Material> WOODEN_DOORS
static final Tag<Material> WOODEN_STAIRS
static final Tag<Material> WOODEN_SLABS
static final Tag<Material> WOODEN_PRESSURE_PLATES
static final Tag<Material> WOODEN_TRAPDOORS
static final Tag<Material> DOORS
WOODEN_DOORS.static final Tag<Material> DARK_OAK_LOGS
static final Tag<Material> OAK_LOGS
static final Tag<Material> BIRCH_LOGS
static final Tag<Material> ACACIA_LOGS
static final Tag<Material> JUNGLE_LOGS
static final Tag<Material> SPRUCE_LOGS
static final Tag<Material> ANVIL
static final Tag<Material> TRAPDOORS
WOODEN_TRAPDOORS.static final Tag<Material> FLOWER_POTS
static final Tag<Material> ENDERMAN_HOLDABLE
static final Tag<Material> VALID_SPAWN
static final Tag<Material> IMPERMEABLE
static final Tag<Material> UNDERWATER_BONEMEALS
static final Tag<Material> CORAL_BLOCKS
static final Tag<Material> CORAL_PLANTS
static final String REGISTRY_ITEMS
static final Tag<Material> ITEMS_BANNERS
Copyright © 2022. All rights reserved.