mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 16:09:44 +00:00
10 lines
134 B
Java
10 lines
134 B
Java
![]() |
package com.earth2me.essentials.protect.data;
|
||
|
|
||
|
public class OwnedBlock {
|
||
|
int x;
|
||
|
int y;
|
||
|
int z;
|
||
|
String world;
|
||
|
String playerName;
|
||
|
}
|