Class HashOps.ListHashBuilder

java.lang.Object
net.minecraft.util.AbstractListBuilder<com.google.common.hash.HashCode,com.google.common.hash.Hasher>
net.minecraft.util.HashOps.ListHashBuilder
All Implemented Interfaces:
com.mojang.serialization.ListBuilder<com.google.common.hash.HashCode>
Enclosing class:
HashOps

class HashOps.ListHashBuilder extends AbstractListBuilder<com.google.common.hash.HashCode,com.google.common.hash.Hasher>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.mojang.serialization.ListBuilder

    com.mojang.serialization.ListBuilder.Builder<T>
  • Field Summary

    Fields inherited from class net.minecraft.util.AbstractListBuilder

    builder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.google.common.hash.Hasher
    append(com.google.common.hash.Hasher p_412586_, com.google.common.hash.HashCode p_412043_)
     
    protected com.mojang.serialization.DataResult<com.google.common.hash.HashCode>
    build(com.google.common.hash.Hasher p_412335_, com.google.common.hash.HashCode p_412267_)
     
    protected com.google.common.hash.Hasher
     

    Methods inherited from class net.minecraft.util.AbstractListBuilder

    add, add, build, mapError, ops, withErrorsFrom

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.mojang.serialization.ListBuilder

    add, addAll, build
  • Constructor Details

    • ListHashBuilder

      public ListHashBuilder()
  • Method Details

    • initBuilder

      protected com.google.common.hash.Hasher initBuilder()
      Specified by:
      initBuilder in class AbstractListBuilder<com.google.common.hash.HashCode,com.google.common.hash.Hasher>
    • append

      protected com.google.common.hash.Hasher append(com.google.common.hash.Hasher p_412586_, com.google.common.hash.HashCode p_412043_)
      Specified by:
      append in class AbstractListBuilder<com.google.common.hash.HashCode,com.google.common.hash.Hasher>
    • build

      protected com.mojang.serialization.DataResult<com.google.common.hash.HashCode> build(com.google.common.hash.Hasher p_412335_, com.google.common.hash.HashCode p_412267_)
      Specified by:
      build in class AbstractListBuilder<com.google.common.hash.HashCode,com.google.common.hash.Hasher>