summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/com/earth2me/essentials/protect/data/OwnedBlock.java
blob: b9b036798eed6b56f28b825692b45773ab0b6b68 (plain)
1
2
3
4
5
6
7
8
9
package com.earth2me.essentials.protect.data;

public class OwnedBlock {
	int x;
	int y;
	int z;
	String world;
	String playerName;
}