Package net.minecraft.client.sound
Class SoundEntryDeserializer
java.lang.Object
net.minecraft.client.sound.SoundEntryDeserializer
- All Implemented Interfaces:
JsonDeserializer
- Mappings:
Namespace Name official cydintermediary net/minecraft/class_1899named net/minecraft/client/sound/SoundEntryDeserializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)
-
Constructor Details
-
SoundEntryDeserializer
public SoundEntryDeserializer()
-
-
Method Details
-
deserialize
public SoundEntry deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) - Specified by:
deserializein interfaceJsonDeserializer- Mappings:
Namespace Name Mixin selector official aLcyd;a(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lcya;intermediary method_7072Lnet/minecraft/class_1899;method_7072(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_1896;named deserializeLnet/minecraft/client/sound/SoundEntryDeserializer;deserialize(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/client/sound/SoundEntry;
-