TF-EssentialsX/EssentialsProtect/src/com/earth2me/essentials/protect/data/OwnedBlock.java

9 lines
134 B
Java

package com.earth2me.essentials.protect.data;
public class OwnedBlock {
int x;
int y;
int z;
String world;
String playerName;
}