Ingredient (FabricMC_yarn_1.16.4 API)

Ingredient (FabricMC_yarn_1.16.4 API)

maven.fabricmc.net

| Modifier and Type | Class and Description | |---|---| | (package private) static interface | Ingredient.Entry | | (package private) static class |

View Original

Share this recipe:

Ingredients

  • getMatchingStacksClient @Environment(value=CLIENT) public ItemStack [] getMatchingStacksClient()
  • cacheMatchingStacks private void cacheMatchingStacks()
  • test public boolean test( @Nullable ItemStack itemStack) Specified by: test in interface Predicate < ItemStack >
  • getIds public it.unimi.dsi.fastutil.ints.IntList getIds()
  • write public void write( PacketByteBuf buf)
  • toJson public JsonElement toJson()
  • isEmpty public boolean isEmpty()
  • ofEntries private static Ingredient ofEntries( Stream <? extends Ingredient.Entry > entries)
  • ofItems public static Ingredient ofItems( ItemConvertible [] items)
  • ofStacks @Environment(value=CLIENT) public static Ingredient ofStacks( ItemStack [] stacks)
  • ofStacks public static Ingredient ofStacks( Stream < ItemStack > stacks)
  • fromTag public static Ingredient fromTag( Tag < Item > tag)
  • fromPacket public static Ingredient fromPacket( PacketByteBuf buf)
  • fromJson public static Ingredient fromJson( @Nullable JsonElement json)
  • entryFromJson private static Ingredient.Entry entryFromJson( JsonObject json)

More Like This