Enum EmptyBlockView

java.lang.Object
java.lang.Enum<EmptyBlockView>
net.minecraft.world.EmptyBlockView
All Implemented Interfaces:
Serializable, Comparable<EmptyBlockView>, java.lang.constant.Constable, BlockView

public enum EmptyBlockView
extends Enum<EmptyBlockView>
implements BlockView
  • Enum Constant Details

  • Constructor Details

    • EmptyBlockView

      private EmptyBlockView()
  • Method Details

    • values

      public static EmptyBlockView[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EmptyBlockView valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getBlockEntity

      @Nullable public BlockEntity getBlockEntity​(BlockPos pos)
      Specified by:
      getBlockEntity in interface BlockView
    • getBlockState

      public BlockState getBlockState​(BlockPos pos)
      Specified by:
      getBlockState in interface BlockView
    • getFluidState

      public FluidState getFluidState​(BlockPos pos)
      Specified by:
      getFluidState in interface BlockView