Class FunctionWithArguments
java.lang.Object
com.github.thedeathlycow.thermoo.api.temperature.status.v2.effect.FunctionWithArguments
An object that stores a function ID and, optionally, its macro arguments, and handles logic for its execution.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<FunctionWithArguments> The codec for this object. -
Method Summary
-
Field Details
-
CODEC
The codec for this object.
-
-
Method Details
-
function
public net.minecraft.commands.CacheableFunction function()The function to execute. -
arguments
The macro arguments of the function.
-