Paste #5568: (: (: (: (: (: (:

Date: 2014/06/21 13:27:18 UTC-07:00
Type: Plain Text

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


    public dRegion(ProtectedRegion region, World world) {
        super(new Location(world, region.getMinimumPoint().getX(),
                region.getMinimumPoint().getY(),
                region.getMinimumPoint().getZ()),
                new Location(world, region.getMaximumPoint().getX(),
                region.getMaximumPoint().getY(),
                region.getMaximumPoint().getZ()));
    }