Interface InWorldNetworkNodeContainer

All Superinterfaces:
ConnectionStrategy, NetworkNodeContainer
All Known Implementing Classes:
InWorldNetworkNodeContainerImpl

@API(status=STABLE, since="2.0.0-milestone.2.1") public interface InWorldNetworkNodeContainer extends NetworkNodeContainer, ConnectionStrategy
  • Method Details

    • getBlockState

      net.minecraft.world.level.block.state.BlockState getBlockState()
    • isRemoved

      boolean isRemoved()
    • getPosition

      net.minecraft.core.GlobalPos getPosition()
    • getLocalPosition

      net.minecraft.core.BlockPos getLocalPosition()
    • getName

      String getName()