Class PNXWorldHandle

java.lang.Object
cn.nukkit.level.terra.handles.PNXWorldHandle
All Implemented Interfaces:
com.dfsek.terra.api.handle.WorldHandle

@PowerNukkitXOnly @Since("1.6.0.0-PNX") public class PNXWorldHandle extends Object implements com.dfsek.terra.api.handle.WorldHandle
  • Field Details

  • Constructor Details

    • PNXWorldHandle

      public PNXWorldHandle()
  • Method Details

    • createBlockState

      @NotNull public com.dfsek.terra.api.block.state.BlockState createBlockState(@NotNull String s)
      Specified by:
      createBlockState in interface com.dfsek.terra.api.handle.WorldHandle
    • air

      @NotNull public com.dfsek.terra.api.block.state.BlockState air()
      Specified by:
      air in interface com.dfsek.terra.api.handle.WorldHandle
    • getEntity

      @NotNull public com.dfsek.terra.api.entity.EntityType getEntity(@NotNull String s)
      Specified by:
      getEntity in interface com.dfsek.terra.api.handle.WorldHandle