Class BlockEntityIterator

java.lang.Object
meteordevelopment.meteorclient.utils.world.BlockEntityIterator
All Implemented Interfaces:
Iterator<net.minecraft.block.entity.BlockEntity>

public class BlockEntityIterator extends Object implements Iterator<net.minecraft.block.entity.BlockEntity>
  • 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>