Package net.minecraft.datafixer
Class TypeReferences
java.lang.Object
net.minecraft.datafixer.TypeReferences
public class TypeReferences extends Object
Represents all the type references Minecraft's datafixer can fix.
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.datafixers.DSL.TypeReferenceADVANCEMENTSstatic com.mojang.datafixers.DSL.TypeReferenceBIOMEA type reference which refers to a biome.static com.mojang.datafixers.DSL.TypeReferenceBLOCK_ENTITYA type reference which refers to a block entity.static com.mojang.datafixers.DSL.TypeReferenceBLOCK_NAMEA type reference which refers to a block's identifier.static com.mojang.datafixers.DSL.TypeReferenceBLOCK_STATEA type reference which refers to a block state.static com.mojang.datafixers.DSL.TypeReferenceCHUNKA type reference which refers to a chunk.static com.mojang.datafixers.DSL.TypeReferenceCHUNK_GENERATOR_SETTINGSA type reference which refers to chunk generator settings.static com.mojang.datafixers.DSL.TypeReferenceENTITYA type reference which refers to a type of entity.static com.mojang.datafixers.DSL.TypeReferenceENTITY_CHUNKA type reference which refers to the entity data in a chunk.static com.mojang.datafixers.DSL.TypeReferenceENTITY_NAMEA type reference which refers to an entity's identifier.static com.mojang.datafixers.DSL.TypeReferenceENTITY_TREEA type reference which refers to an entity tree.static com.mojang.datafixers.DSL.TypeReferenceHOTBARA type reference which refers to the saved creative hotbars.static com.mojang.datafixers.DSL.TypeReferenceITEM_NAMEA type reference which refers to an item's identifier.static com.mojang.datafixers.DSL.TypeReferenceITEM_STACKA type reference which refers to an item stack.static com.mojang.datafixers.DSL.TypeReferenceLEVELstatic com.mojang.datafixers.DSL.TypeReferenceOBJECTIVEstatic com.mojang.datafixers.DSL.TypeReferenceOPTIONSA type reference which refers to client game options.static com.mojang.datafixers.DSL.TypeReferencePLAYERA type reference which refers to a player.static com.mojang.datafixers.DSL.TypeReferencePOI_CHUNKA type reference which refers to the point of interest data in a chunk.static 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_SPAWNER -
Constructor Summary
Constructors Constructor Description TypeReferences() -
Method Summary
-
Field Details
-
LEVEL
public static final com.mojang.datafixers.DSL.TypeReference LEVEL -
PLAYER
public static final com.mojang.datafixers.DSL.TypeReference PLAYERA type reference which refers to a player. -
CHUNK
public static final com.mojang.datafixers.DSL.TypeReference CHUNKA type reference which refers to a chunk. -
HOTBAR
public static final com.mojang.datafixers.DSL.TypeReference HOTBARA type reference which refers to the saved creative hotbars.This type reference is only used on the client.
-
OPTIONS
public static final com.mojang.datafixers.DSL.TypeReference OPTIONSA type reference which refers to client game 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_CHUNKA type reference which refers to the point of interest data in a chunk. -
ENTITY_CHUNK
public static final com.mojang.datafixers.DSL.TypeReference ENTITY_CHUNKA type reference which refers to the entity data in a chunk. -
BLOCK_ENTITY
public static final com.mojang.datafixers.DSL.TypeReference BLOCK_ENTITYA type reference which refers to a block entity. -
ITEM_STACK
public static final com.mojang.datafixers.DSL.TypeReference ITEM_STACKA type reference which refers to an item stack. -
BLOCK_STATE
public static final com.mojang.datafixers.DSL.TypeReference BLOCK_STATEA type reference which refers to a block state. -
ENTITY_NAME
public static final com.mojang.datafixers.DSL.TypeReference ENTITY_NAMEA type reference which refers to an entity's identifier. -
ENTITY_TREE
public static final com.mojang.datafixers.DSL.TypeReference ENTITY_TREEA type reference which refers to an entity tree.An entity tree contains the passengers of an entity and their passengers.
-
ENTITY
public static final com.mojang.datafixers.DSL.TypeReference ENTITYA type reference which refers to a type of entity. -
BLOCK_NAME
public static final com.mojang.datafixers.DSL.TypeReference BLOCK_NAMEA type reference which refers to a block's identifier. -
ITEM_NAME
public static final com.mojang.datafixers.DSL.TypeReference ITEM_NAMEA type reference which refers to an item's identifier. -
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 BIOMEA type reference which refers to a biome. -
CHUNK_GENERATOR_SETTINGS
public static final com.mojang.datafixers.DSL.TypeReference CHUNK_GENERATOR_SETTINGSA type reference which refers to chunk generator settings.
-
-
Constructor Details
-
TypeReferences
public TypeReferences()
-