public static class GlobalTileEntityCacheManager.GlobalTileEntityCache<T extends net.minecraft.tileentity.TileEntity>
extends java.lang.Object
implements java.lang.Iterable<T>
| Constructor and Description |
|---|
GlobalTileEntityCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T te) |
java.util.Iterator<T> |
iterator() |
void |
remove(T te) |
void |
removeFromWorld(net.minecraft.world.IWorld world) |
java.util.stream.Stream<T> |
stream() |