Class V99
java.lang.Object
com.mojang.datafixers.schemas.Schema
net.minecraft.util.datafix.schemas.V99
public class V99
extends com.mojang.datafixers.schemas.Schema
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final com.mojang.datafixers.types.templates.Hook.HookFunctionprivate static final org.slf4j.LoggerFields inherited from class com.mojang.datafixers.schemas.Schema
parent, RECURSIVE_TYPES - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected static <T> TaddNames(com.mojang.serialization.Dynamic<T> p_18206_, Map<String, String> p_18207_, String p_18208_) protected static com.mojang.datafixers.types.templates.TypeTemplateequipment(com.mojang.datafixers.schemas.Schema p_18189_) registerBlockEntities(com.mojang.datafixers.schemas.Schema p_18303_) registerEntities(com.mojang.datafixers.schemas.Schema p_18305_) protected static voidregisterInventory(com.mojang.datafixers.schemas.Schema p_18247_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18248_, String p_18249_) protected static voidregisterMinecart(com.mojang.datafixers.schemas.Schema p_18237_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18238_, String p_18239_) protected static voidregisterMob(com.mojang.datafixers.schemas.Schema p_18194_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18195_, String p_18196_) protected static voidregisterThrowableProjectile(com.mojang.datafixers.schemas.Schema p_18225_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18226_, String p_18227_) voidregisterTypes(com.mojang.datafixers.schemas.Schema p_18307_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18308_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18309_) Methods inherited from class com.mojang.datafixers.schemas.Schema
buildTypes, findChoiceType, getChoiceType, getParent, getTemplate, getType, getTypeRaw, getVersionKey, id, register, register, registerSimple, registerType, resolveTemplate, types 
- 
Field Details
- 
LOGGER
private static final org.slf4j.Logger LOGGER - 
ITEM_TO_BLOCKENTITY
 - 
ADD_NAMES
protected static final com.mojang.datafixers.types.templates.Hook.HookFunction ADD_NAMES 
 - 
 - 
Constructor Details
- 
V99
public V99(int p_18185_, com.mojang.datafixers.schemas.Schema p_18186_)  
 - 
 - 
Method Details
- 
equipment
protected static com.mojang.datafixers.types.templates.TypeTemplate equipment(com.mojang.datafixers.schemas.Schema p_18189_)  - 
registerMob
 - 
registerThrowableProjectile
 - 
registerMinecart
 - 
registerInventory
 - 
registerEntities
public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerEntities(com.mojang.datafixers.schemas.Schema p_18305_) - Overrides:
 registerEntitiesin classcom.mojang.datafixers.schemas.Schema
 - 
registerBlockEntities
public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerBlockEntities(com.mojang.datafixers.schemas.Schema p_18303_) - Overrides:
 registerBlockEntitiesin classcom.mojang.datafixers.schemas.Schema
 - 
registerTypes
public void registerTypes(com.mojang.datafixers.schemas.Schema p_18307_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18308_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18309_) - Overrides:
 registerTypesin classcom.mojang.datafixers.schemas.Schema
 - 
addNames
 
 -