Enum Class NoneBlockFilter

java.lang.Object
java.lang.Enum<NoneBlockFilter>
dev.latvian.mods.klib.block.filter.NoneBlockFilter
All Implemented Interfaces:
BlockFilter, BlockPredicate, SimpleBlockPredicate, CustomRegistryOwnTypeProvider<net.minecraft.network.RegistryFriendlyByteBuf, BlockFilter>, CustomRegistryValue<net.minecraft.network.RegistryFriendlyByteBuf, BlockFilter>, RefOptimizer<BlockFilter>, WithKey, WithRef<BlockFilter>, Serializable, Comparable<NoneBlockFilter>, Constable, Predicate<net.minecraft.world.level.block.state.pattern.BlockInWorld>

public enum NoneBlockFilter extends Enum<NoneBlockFilter> implements BlockFilter
  • Enum Constant Details

  • Method Details

    • values

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

      public static NoneBlockFilter valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • type

      public UnitType<net.minecraft.network.RegistryFriendlyByteBuf, BlockFilter> type()
      Specified by:
      type in interface CustomRegistryOwnTypeProvider<net.minecraft.network.RegistryFriendlyByteBuf, BlockFilter>
    • test

      public boolean test(net.minecraft.world.level.block.state.pattern.BlockInWorld block)
      Specified by:
      test in interface Predicate<net.minecraft.world.level.block.state.pattern.BlockInWorld>
    • test

      public boolean test(net.minecraft.world.level.LevelReader level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
      Specified by:
      test in interface BlockPredicate
      Specified by:
      test in interface SimpleBlockPredicate
    • and

      public BlockFilter and(BlockFilter filter)
      Specified by:
      and in interface BlockFilter
    • or

      public BlockFilter or(BlockFilter filter)
      Specified by:
      or in interface BlockFilter
    • not

      public BlockFilter not()
      Specified by:
      not in interface BlockFilter
    • toString

      public String toString()
      Overrides:
      toString in class Enum<NoneBlockFilter>