类 HashOps.ListHashBuilder

java.lang.Object
net.minecraft.util.AbstractListBuilder<com.google.common.hash.HashCode,com.google.common.hash.Hasher>
net.minecraft.util.HashOps.ListHashBuilder
所有已实现的接口:
com.mojang.serialization.ListBuilder<com.google.common.hash.HashCode>
封闭类:
HashOps

class HashOps.ListHashBuilder extends AbstractListBuilder<com.google.common.hash.HashCode,com.google.common.hash.Hasher>
  • 嵌套类概要

    从接口继承的嵌套类/接口 com.mojang.serialization.ListBuilder

    com.mojang.serialization.ListBuilder.Builder<T>
  • 字段概要

    从类继承的字段 net.minecraft.util.AbstractListBuilder

    builder
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    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
     

    从类继承的方法 net.minecraft.util.AbstractListBuilder

    add, add, build, mapError, ops, withErrorsFrom

    从类继承的方法 java.lang.Object

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

    从接口继承的方法 com.mojang.serialization.ListBuilder

    add, addAll, build
  • 构造器详细资料

    • ListHashBuilder

      public ListHashBuilder()
  • 方法详细资料

    • initBuilder

      protected com.google.common.hash.Hasher initBuilder()
      指定者:
      initBuilder 在类中 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_)
      指定者:
      append 在类中 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_)
      指定者:
      build 在类中 AbstractListBuilder<com.google.common.hash.HashCode,com.google.common.hash.Hasher>