Package net.minecraft.util.datafix
Class TypeReferences
- java.lang.Object
-
- net.minecraft.util.datafix.TypeReferences
-
public class TypeReferences extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.datafixers.DSL.TypeReferenceADVANCEMENTSstatic com.mojang.datafixers.DSL.TypeReferenceBIOMEstatic com.mojang.datafixers.DSL.TypeReferenceBLOCK_ENTITYstatic com.mojang.datafixers.DSL.TypeReferenceBLOCK_NAMEstatic com.mojang.datafixers.DSL.TypeReferenceBLOCK_STATEstatic com.mojang.datafixers.DSL.TypeReferenceCHUNKstatic com.mojang.datafixers.DSL.TypeReferenceENTITYstatic com.mojang.datafixers.DSL.TypeReferenceENTITY_NAMEstatic com.mojang.datafixers.DSL.TypeReferenceENTITY_TREEstatic com.mojang.datafixers.DSL.TypeReferenceHOTBARstatic com.mojang.datafixers.DSL.TypeReferenceITEM_NAMEstatic com.mojang.datafixers.DSL.TypeReferenceITEM_STACKstatic com.mojang.datafixers.DSL.TypeReferenceLEVELstatic com.mojang.datafixers.DSL.TypeReferenceOBJECTIVEstatic com.mojang.datafixers.DSL.TypeReferenceOPTIONSstatic com.mojang.datafixers.DSL.TypeReferencePLAYERstatic com.mojang.datafixers.DSL.TypeReferencePOI_CHUNKstatic com.mojang.datafixers.DSL.TypeReferenceRECIPEstatic com.mojang.datafixers.DSL.TypeReferenceSAVED_DATAstatic com.mojang.datafixers.DSL.TypeReferenceSTATSstatic com.mojang.datafixers.DSL.TypeReferenceSTRUCTUREstatic com.mojang.datafixers.DSL.TypeReferenceSTRUCTURE_FEATUREstatic com.mojang.datafixers.DSL.TypeReferenceTEAMstatic com.mojang.datafixers.DSL.TypeReferenceUNTAGGED_SPAWNERstatic com.mojang.datafixers.DSL.TypeReferenceWORLD_GEN_SETTINGS
-
Constructor Summary
Constructors Constructor Description TypeReferences()
-
-
-
Field Detail
-
LEVEL
public static final com.mojang.datafixers.DSL.TypeReference LEVEL
-
PLAYER
public static final com.mojang.datafixers.DSL.TypeReference PLAYER
-
CHUNK
public static final com.mojang.datafixers.DSL.TypeReference CHUNK
-
HOTBAR
public static final com.mojang.datafixers.DSL.TypeReference HOTBAR
-
OPTIONS
public static final com.mojang.datafixers.DSL.TypeReference OPTIONS
-
STRUCTURE
public static final com.mojang.datafixers.DSL.TypeReference STRUCTURE
-
STATS
public static final com.mojang.datafixers.DSL.TypeReference STATS
-
SAVED_DATA
public static final com.mojang.datafixers.DSL.TypeReference SAVED_DATA
-
ADVANCEMENTS
public static final com.mojang.datafixers.DSL.TypeReference ADVANCEMENTS
-
POI_CHUNK
public static final com.mojang.datafixers.DSL.TypeReference POI_CHUNK
-
BLOCK_ENTITY
public static final com.mojang.datafixers.DSL.TypeReference BLOCK_ENTITY
-
ITEM_STACK
public static final com.mojang.datafixers.DSL.TypeReference ITEM_STACK
-
BLOCK_STATE
public static final com.mojang.datafixers.DSL.TypeReference BLOCK_STATE
-
ENTITY_NAME
public static final com.mojang.datafixers.DSL.TypeReference ENTITY_NAME
-
ENTITY_TREE
public static final com.mojang.datafixers.DSL.TypeReference ENTITY_TREE
-
ENTITY
public static final com.mojang.datafixers.DSL.TypeReference ENTITY
-
BLOCK_NAME
public static final com.mojang.datafixers.DSL.TypeReference BLOCK_NAME
-
ITEM_NAME
public static final com.mojang.datafixers.DSL.TypeReference ITEM_NAME
-
UNTAGGED_SPAWNER
public static final com.mojang.datafixers.DSL.TypeReference UNTAGGED_SPAWNER
-
STRUCTURE_FEATURE
public static final com.mojang.datafixers.DSL.TypeReference STRUCTURE_FEATURE
-
OBJECTIVE
public static final com.mojang.datafixers.DSL.TypeReference OBJECTIVE
-
TEAM
public static final com.mojang.datafixers.DSL.TypeReference TEAM
-
RECIPE
public static final com.mojang.datafixers.DSL.TypeReference RECIPE
-
BIOME
public static final com.mojang.datafixers.DSL.TypeReference BIOME
-
WORLD_GEN_SETTINGS
public static final com.mojang.datafixers.DSL.TypeReference WORLD_GEN_SETTINGS
-
-