@@ -12,8 +12,8 @@ import org.jetbrains.annotations.Nullable;
|
||||
* LootTables are technical files that represent what items should be in
|
||||
* naturally generated containers, what items should be dropped when killing a
|
||||
* mob, or what items can be fished.
|
||||
*
|
||||
* See the <a href="https://minecraft.gamepedia.com/Loot_table">
|
||||
* <br>
|
||||
* See the <a href="https://minecraft.wiki/w/Loot_table">
|
||||
* Minecraft Wiki</a> for more information.
|
||||
*/
|
||||
public interface LootTable extends Keyed {
|
||||
|
||||
@@ -8,9 +8,9 @@ import org.jetbrains.annotations.NotNull;
|
||||
/**
|
||||
* This enum holds a list of all known {@link LootTable}s offered by Mojang.
|
||||
* This list is not guaranteed to be accurate in future versions.
|
||||
*
|
||||
* <br>
|
||||
* See the
|
||||
* <a href="https://minecraft.gamepedia.com/Loot_table#List_of_loot_tables">
|
||||
* <a href="https://minecraft.wiki/w/Loot_table#List_of_loot_tables">
|
||||
* Minecraft Wiki</a> for more information on loot tables.
|
||||
*/
|
||||
public enum LootTables implements Keyed {
|
||||
|
||||
Reference in New Issue
Block a user