This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.flamgop.scala | |
/** | |
* Code autogenerated, do not edit! | |
* Too bad >:D | |
*/ | |
@SuppressWarnings(Array("unused")) object Block { | |
val AIR: net.minestom.server.instance.block.Block = net.minestom.server.instance.block.Block.fromNamespaceId("minecraft:air") | |
val STONE: net.minestom.server.instance.block.Block = net.minestom.server.instance.block.Block.fromNamespaceId("minecraft:stone") | |
val GRANITE: net.minestom.server.instance.block.Block = net.minestom.server.instance.block.Block.fromNamespaceId("minecraft:granite") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.renderdoc.api; | |
/****************************************************************************** | |
* The MIT License (MIT) | |
* | |
* Copyright (c) 2019-2025 Baldur Karlsson | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights |