Skip to content

Instantly share code, notes, and snippets.

View LiamEarle's full-sized avatar

Liam Wilkinson LiamEarle

  • Brisbane, Queensland
View GitHub Profile
package org.icannt.royaltrinkets.helper;
import net.minecraft.block.Block;
import net.minecraft.util.ChunkCoordinates;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import java.util.*;
public class RecursiveSelector {