JavaScript is disabled on your browser.
java.lang.Object
me.desht.pneumaticcraft.common.util.GlobalTileEntityCacheManager.GlobalTileEntityCache<T>
All Implemented Interfaces:
Iterable <T>
Enclosing class:
GlobalTileEntityCacheManager
public static class GlobalTileEntityCacheManager.GlobalTileEntityCache<T extends net.minecraft.world.level.block.entity.BlockEntity>
extends Object
implements Iterable <T>
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
GlobalTileEntityCache
public GlobalTileEntityCache ()
Method Details
removeFromWorld
public void removeFromWorld (net.minecraft.world.level.LevelAccessor world)
iterator
Specified by:
iterator in interface Iterable <T extends net.minecraft.world.level.block.entity.BlockEntity>