public class TrackedDataHandlerRegistry extends Object
Constructor and Description |
---|
TrackedDataHandlerRegistry() |
Modifier and Type | Method and Description |
---|---|
static TrackedDataHandler<?> |
get(int id) |
static int |
getId(TrackedDataHandler<?> handler) |
static void |
register(TrackedDataHandler<?> handler) |
private static final Int2ObjectBiMap<TrackedDataHandler<?>> field_13328
public static final TrackedDataHandler<Byte> BYTE
public static final TrackedDataHandler<Integer> INTEGER
public static final TrackedDataHandler<Float> FLOAT
public static final TrackedDataHandler<String> STRING
public static final TrackedDataHandler<Text> TEXT_COMPONENT
public static final TrackedDataHandler<Optional<Text>> OPTIONAL_TEXT_COMPONENT
public static final TrackedDataHandler<ItemStack> ITEM_STACK
public static final TrackedDataHandler<Optional<BlockState>> OPTIONAL_BLOCK_STATE
public static final TrackedDataHandler<Boolean> BOOLEAN
public static final TrackedDataHandler<ParticleEffect> PARTICLE
public static final TrackedDataHandler<EulerAngle> ROTATION
public static final TrackedDataHandler<BlockPos> BLOCK_POS
public static final TrackedDataHandler<Optional<BlockPos>> OPTIONAL_BLOCK_POS
public static final TrackedDataHandler<Direction> FACING
public static final TrackedDataHandler<Optional<UUID>> OPTIONAL_UUID
public static final TrackedDataHandler<CompoundTag> TAG_COMPOUND
public static final TrackedDataHandler<VillagerData> VILLAGER_DATA
public static final TrackedDataHandler<OptionalInt> FIREWORK_DATA
public static final TrackedDataHandler<EntityPose> ENTITY_POSE
public static void register(TrackedDataHandler<?> handler)
@Nullable public static TrackedDataHandler<?> get(int id)
public static int getId(TrackedDataHandler<?> handler)