com.yungnickyoung.minecraft.yungsapi.mixin.accessor.StructureTemplatePoolAccessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of YungsApi-1.21-Fabric Show documentation
Show all versions of YungsApi-1.21-Fabric Show documentation
A common API for YUNG's Minecraft mods
The newest version!
package com.yungnickyoung.minecraft.yungsapi.mixin.accessor;
import com.mojang.datafixers.util.Pair;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.gen.Accessor;
import java.util.List;
import net.minecraft.class_3784;
import net.minecraft.class_3785;
@Mixin(class_3785.class)
public interface StructureTemplatePoolAccessor {
@Accessor
List> getRawTemplates();
}