Class Misc

java.lang.Object
org.moddingx.libx.util.Misc

public class Misc extends Object
Some miscellaneous stuff that does not fit anywhere else.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
    This resource location should be used as a placeholder / invalid value It's value is minecraft:missigno.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MISSINGNO

      public static final net.minecraft.resources.ResourceLocation MISSINGNO
      This resource location should be used as a placeholder / invalid value It's value is minecraft:missigno. The reason for minecraft:missigno is that minecraft uses this resource location on it's own. See for example MissingTextureAtlasSprite.
  • Constructor Details

    • Misc

      public Misc()