java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Variable<T>
-
Field Summary
Fields
protected final com.mojang.serialization.Codec<T>
protected final net.minecraft.network.chat.Component
-
Constructor Summary
Constructors
protected
Variable(String name,
net.minecraft.network.chat.Component label,
T value,
com.mojang.serialization.Codec<T> codec,
BiFunction<T,net.minecraft.network.chat.Component,InputType<T>> inputTypeCreator)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
label
protected final net.minecraft.network.chat.Component label
-
-
codec
protected final com.mojang.serialization.Codec<T> codec
-
defaultValue
protected final T defaultValue
-
-
-
Constructor Details
-
Variable
protected Variable(String name,
net.minecraft.network.chat.Component label,
T value,
com.mojang.serialization.Codec<T> codec,
BiFunction<T,net.minecraft.network.chat.Component,InputType<T>> inputTypeCreator)
-