- All Implemented Interfaces:
Iterator<net.minecraft.block.entity.BlockEntity>
public class BlockEntityIterator
extends Object
implements Iterator<net.minecraft.block.entity.BlockEntity>
-
Constructor Summary
Constructors
-
Method Summary
boolean
net.minecraft.block.entity.BlockEntity
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BlockEntityIterator
public BlockEntityIterator()
-
Method Details
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<net.minecraft.block.entity.BlockEntity>
-
next
public net.minecraft.block.entity.BlockEntity next()
- Specified by:
next in interface Iterator<net.minecraft.block.entity.BlockEntity>