Class AdventureModePredicate.AdventureModePredicateType1_21_5

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

public static final class AdventureModePredicate.AdventureModePredicateType1_21_5 extends Type<AdventureModePredicate>
  • Constructor Details

    • AdventureModePredicateType1_21_5

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

    • read

      public AdventureModePredicate 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, AdventureModePredicate 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