Package dev.latvian.mods.kubejs.recipe
Class KubeRecipeEventOps<T>
java.lang.Object
net.minecraft.resources.DelegatingOps<T>
net.minecraft.resources.RegistryOps<T>
net.neoforged.neoforge.common.conditions.ConditionalOps<T>
dev.latvian.mods.kubejs.recipe.KubeRecipeEventOps<T>
- All Implemented Interfaces:
com.mojang.serialization.DynamicOps<T>
public class KubeRecipeEventOps<T>
extends net.neoforged.neoforge.common.conditions.ConditionalOps<T>
-
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.RegistryInfoLookup -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<KubeRecipe> static final Function<KubeRecipe, KubeRecipe> static final com.mojang.serialization.Codec<KubeRecipe> Fields 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
ConstructorsConstructorDescriptionKubeRecipeEventOps(RecipesKubeEvent event, net.minecraft.resources.RegistryOps<T> ops) -
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 java.lang.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
-
KUBE_RECIPE_CODEC
-
MARK_SYNTHETIC
-
SYNTHETIC_CODEC
-
-
Constructor Details
-
KubeRecipeEventOps
-