Class EntityKillersValue.Serializer
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonObject jsonObject, com.google.gson.JsonDeserializationContext context) voidserialize(com.google.gson.JsonObject jsonObject, EntityKillersValue value, com.google.gson.JsonSerializationContext context)
-
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:
serializein interfacenet.minecraft.world.level.storage.loot.Serializer<EntityKillersValue>
-
deserialize
public EntityKillersValue deserialize(com.google.gson.JsonObject jsonObject, com.google.gson.JsonDeserializationContext context) - Specified by:
deserializein interfacenet.minecraft.world.level.storage.loot.Serializer<EntityKillersValue>
-