aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces/tileentity
diff options
context:
space:
mode:
authorDream-Master <dream-master@gmx.net>2020-02-24 20:40:23 +0100
committerDream-Master <dream-master@gmx.net>2020-02-24 20:40:23 +0100
commit0db0f5bc83a3446b09418f49cee8329a1a6b73fb (patch)
tree2bc78709351004a414a03ea2d8f2bee88d44f5c1 /src/main/java/gregtech/api/interfaces/tileentity
parent4ee1d2f71d32bd0a8d46f964c4e744be9140a981 (diff)
downloadGT5-Unofficial-0db0f5bc83a3446b09418f49cee8329a1a6b73fb.tar.gz
GT5-Unofficial-0db0f5bc83a3446b09418f49cee8329a1a6b73fb.tar.bz2
GT5-Unofficial-0db0f5bc83a3446b09418f49cee8329a1a6b73fb.zip
Revert "Provide owner's UUID to forge event bus for fake players."
This reverts commit d4934c1611e209e75e2cb5d3409adffd69c1dc20.
Diffstat (limited to 'src/main/java/gregtech/api/interfaces/tileentity')
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java b/src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java
index 8bd8c5b678..953e3e5dc4 100644
--- a/src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java
+++ b/src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java
@@ -12,7 +12,6 @@ import net.minecraftforge.fluids.IFluidHandler;
import java.util.ArrayList;
import java.util.List;
-import java.util.UUID;
/**
* A simple compound Interface for all my TileEntities.
@@ -94,16 +93,6 @@ public interface IGregTechTileEntity extends ITexturedTileEntity, IGearEnergyTil
public String getOwnerName();
/**
- * Gets the UniqueID of the Machines Owner.
- */
- public UUID getOwnerUuid();
-
- /**
- * Sets the UniqueID of the Machines Owner.
- */
- public void setOwnerUuid(UUID uuid);
-
- /**
* Sets initial Values from NBT
*
* @param aNBT is the NBTTag of readFromNBT