类 RawValue
java.lang.Object
committee.nova.mods.avaritia.api.util.data.RawValue
- 所有已实现的接口:
net.minecraft.world.item.crafting.Ingredient.Value
RawValue
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@NotNull Collection<net.minecraft.world.item.ItemStack>getItems()@NotNull com.google.gson.JsonObject
-
构造器详细资料
-
RawValue
public RawValue(net.minecraft.resources.ResourceLocation pItem)
-
-
方法详细资料
-
getItems
- 指定者:
getItems在接口中net.minecraft.world.item.crafting.Ingredient.Value
-
serialize
@NotNull public @NotNull com.google.gson.JsonObject serialize()- 指定者:
serialize在接口中net.minecraft.world.item.crafting.Ingredient.Value
-