Class BlockPredicate.BlockPredicateType1_21_5

java.lang.Object
com.viaversion.viaversion.api.type.Type<BlockPredicate>
com.viaversion.viaversion.api.minecraft.item.data.BlockPredicate.BlockPredicateType1_21_5
All Implemented Interfaces:
ByteBufReader<BlockPredicate>, ByteBufWriter<BlockPredicate>
Enclosing class:
BlockPredicate

public static final class BlockPredicate.BlockPredicateType1_21_5 extends Type<BlockPredicate>
  • Constructor Details

    • BlockPredicateType1_21_5

      public BlockPredicateType1_21_5(Type<StructuredData<?>[]> dataArrayType)
  • Method Details

    • read

      public BlockPredicate read(io.netty.buffer.ByteBuf buffer)
      Description copied from interface: ByteBufReader
      Reads a value from a ByteBuf.
      Parameters:
      buffer - buffer to read from
      Returns:
      type based on the class type
    • write

      public void write(io.netty.buffer.ByteBuf buffer, BlockPredicate value)
      Description copied from interface: ByteBufWriter
      Writes an object to a type to a ByteBuf.
      Parameters:
      buffer - buffer to write to
      value - value to write