Class RefOps<O,V>
java.lang.Object
net.minecraft.resources.DelegatingOps<O>
net.minecraft.resources.RegistryOps<O>
net.neoforged.neoforge.common.conditions.ConditionalOps<O>
dev.latvian.mods.klib.registry.RefOps<O,V>
- All Implemented Interfaces:
com.mojang.serialization.DynamicOps<O>
public class RefOps<O,V>
extends net.neoforged.neoforge.common.conditions.ConditionalOps<O>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.resources.RegistryOps
net.minecraft.resources.RegistryOps.HolderLookupAdapter, net.minecraft.resources.RegistryOps.RegistryInfo<T>, net.minecraft.resources.RegistryOps.RegistryInfoLookupNested classes/interfaces inherited from class net.minecraft.resources.DelegatingOps
net.minecraft.resources.DelegatingOps.DelegateListBuilder, net.minecraft.resources.DelegatingOps.DelegateRecordBuilder -
Field Summary
FieldsFields inherited from class net.neoforged.neoforge.common.conditions.ConditionalOps
CONDITIONAL_VALUE_KEY, DEFAULT_CONDITIONS_KEYFields inherited from class net.minecraft.resources.RegistryOps
lookupProviderFields inherited from class net.minecraft.resources.DelegatingOps
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.neoforged.neoforge.common.conditions.ConditionalOps
createConditionalCodec, createConditionalCodec, createConditionalCodecWithConditions, createConditionalCodecWithConditions, decodeListWithElementConditions, retrieveContextMethods inherited from class net.minecraft.resources.RegistryOps
create, create, equals, getter, hashCode, injectRegistryContext, owner, retrieveElement, retrieveGetter, retrieveRegistryLookup, withParentMethods inherited from class net.minecraft.resources.DelegatingOps
compressMaps, convertTo, createBoolean, createByte, createByteList, createDouble, createFloat, createInt, createIntList, createList, createLong, createLongList, createMap, createMap, createNumeric, createShort, createString, empty, emptyList, emptyMap, getBooleanValue, getByteBuffer, getIntStream, getList, getLongStream, getMap, getMapEntries, getMapValues, getNumberValue, getStream, getStringValue, listBuilder, mapBuilder, mergeToList, mergeToList, mergeToMap, mergeToMap, mergeToMap, mergeToPrimitive, removeMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.serialization.DynamicOps
convertList, convertMap, get, getGeneric, getNumberValue, set, update, updateGeneric, withDecoder, withEncoder, withParser
-
Field Details
-
ref
-
-
Constructor Details
-
RefOps
-