Class CLIBlockRegistry

java.lang.Object
com.sk89q.worldedit.world.registry.BundledBlockRegistry
com.sk89q.worldedit.cli.CLIBlockRegistry
All Implemented Interfaces:
com.sk89q.worldedit.world.registry.BlockRegistry

public class CLIBlockRegistry extends com.sk89q.worldedit.world.registry.BundledBlockRegistry
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,? extends com.sk89q.worldedit.registry.state.Property<?>>
    getProperties(com.sk89q.worldedit.world.block.BlockType blockType)
     

    Methods inherited from class com.sk89q.worldedit.world.registry.BundledBlockRegistry

    getInternalBlockStateId, getMaterial, getName, getRichName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CLIBlockRegistry

      public CLIBlockRegistry()
  • Method Details

    • getProperties

      @Nullable public Map<String,? extends com.sk89q.worldedit.registry.state.Property<?>> getProperties(com.sk89q.worldedit.world.block.BlockType blockType)
      Specified by:
      getProperties in interface com.sk89q.worldedit.world.registry.BlockRegistry
      Overrides:
      getProperties in class com.sk89q.worldedit.world.registry.BundledBlockRegistry