Interface DisplayStateSerializer<T extends DisplayState>

All Superinterfaces:
net.darkhax.bookshelf.api.serialization.ISerializer<T>
All Known Implementing Classes:
AgingDisplayState.Serializer, SimpleDisplayState.Serializer, TransitionalDisplayState.Serializer

public interface DisplayStateSerializer<T extends DisplayState> extends net.darkhax.bookshelf.api.serialization.ISerializer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     

    Methods inherited from interface net.darkhax.bookshelf.api.serialization.ISerializer

    fromByteBuf, fromByteBufList, fromByteBufNullable, fromByteBufOptional, fromByteBufWeighted, fromByteBufWeightedList, fromJSON, fromJSON, fromJSON, fromJSON, fromJSONList, fromJSONList, fromJSONList, fromJSONList, fromJSONNullable, fromJSONNullable, fromJSONOptional, fromJSONOptional, fromJSONSet, fromJSONSet, fromJSONSet, fromJSONSet, fromJSONString, fromJSONWeighted, fromJSONWeightedList, fromNBT, fromNBT, fromNBT, fromNBTList, fromNBTList, readByteBufSet, toByteBuf, toByteBufList, toByteBufNullable, toByteBufOptional, toByteBufWeighted, toByteBufWeightedList, toJSON, toJSON, toJSONList, toJSONList, toJSONNullable, toJSONNullable, toJSONOptional, toJSONOptional, toJSONOptional, toJSONSet, toJSONString, toJSONWeighted, toJSONWeightedList, toNBT, toNBT, toNBTList, toNBTList, writeByteBufSet
  • Method Details

    • getId

      net.minecraft.resources.ResourceLocation getId()