Interface TextureMetaGenerator.MetaSection

All Known Implementing Classes:
TextureMetaGenerator.AnimationGenerator, TextureMetaGenerator.TextureGenerator, TextureMetaGenerator.VillagerGenerator
Enclosing class:
TextureMetaGenerator

public static interface TextureMetaGenerator.MetaSection
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable com.google.gson.JsonObject
    apply(List<com.mojang.datafixers.util.Pair<net.minecraft.resources.ResourceLocation,com.google.gson.JsonObject>> originals)
     
  • Method Details

    • apply

      @Nullable com.google.gson.JsonObject apply(List<com.mojang.datafixers.util.Pair<net.minecraft.resources.ResourceLocation,com.google.gson.JsonObject>> originals)