Package net.minecraft.unused
Interface FixedDataSetter
A functional (single-abstract-method) interface with a method to set fixed
data.
- API Note:
- Since the
setFixedData(java.lang.String, java.lang.Object)is not obfuscated, it might have been used by some other (removed) code in a bootstrap method as a lambda. This class is not used anywhere otherwise. - Mappings:
Namespace Name official dovintermediary net/minecraft/class_6184named net/minecraft/unused/FixedDataSetter
-
Method Summary
-
Method Details
-
setFixedData
- Mappings:
Namespace Name Mixin selector official setFixedDataLdov;setFixedData(Ljava/lang/String;Ljava/lang/Object;)Vintermediary setFixedDataLnet/minecraft/class_6184;setFixedData(Ljava/lang/String;Ljava/lang/Object;)Vnamed setFixedDataLnet/minecraft/unused/FixedDataSetter;setFixedData(Ljava/lang/String;Ljava/lang/Object;)V
-