java.lang.Object
tech.anonymoushacker1279.immersiveweapons.world.level.loot.number_providers.EntityKillersValue.Serializer
All Implemented Interfaces:
net.minecraft.world.level.storage.loot.Serializer<EntityKillersValue>
Enclosing class:
EntityKillersValue

public static class EntityKillersValue.Serializer extends Object implements net.minecraft.world.level.storage.loot.Serializer<EntityKillersValue>
  • Constructor Details

    • Serializer

      public Serializer()
  • Method Details

    • serialize

      public void serialize(com.google.gson.JsonObject jsonObject, EntityKillersValue value, com.google.gson.JsonSerializationContext context)
      Specified by:
      serialize in interface net.minecraft.world.level.storage.loot.Serializer<EntityKillersValue>
    • deserialize

      public EntityKillersValue deserialize(com.google.gson.JsonObject jsonObject, com.google.gson.JsonDeserializationContext context)
      Specified by:
      deserialize in interface net.minecraft.world.level.storage.loot.Serializer<EntityKillersValue>