Minecraft.BiomeGen.F13.LongHashMapEntry.toString C# (CSharp) Method

toString() public method

public toString ( ) : String
return String
        public String toString()
        {
            return this.getKey() + "=" + this.getValue();
        }