mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-26 10:29:20 +00:00
小修改
This commit is contained in:
@@ -5,6 +5,23 @@ import net.momirealms.craftengine.core.util.Key;
|
||||
public class EntityKeys {
|
||||
private EntityKeys() {}
|
||||
|
||||
public static final Key PIG = Key.of("minecraft:PIG");
|
||||
public static final Key STRIDER = Key.of("minecraft:STRIDER");
|
||||
public static final Key WOLF = Key.of("minecraft:WOLF");
|
||||
public static final Key CAT = Key.of("minecraft:CAT");
|
||||
public static final Key PARROT = Key.of("minecraft:PARROT");
|
||||
public static final Key ACACIA_BOAT = Key.of("minecraft:ACACIA_BOAT");
|
||||
public static final Key BAMBOO_BOAT = Key.of("minecraft:BAMBOO_BOAT");
|
||||
public static final Key BIRCH_BOAT = Key.of("minecraft:BIRCH_BOAT");
|
||||
public static final Key CHERRY_BOAT = Key.of("minecraft:CHERRY_BOAT");
|
||||
public static final Key DARK_OAK_BOAT = Key.of("minecraft:DARK_OAK_BOAT");
|
||||
public static final Key JUNGLE_BOAT = Key.of("minecraft:JUNGLE_BOAT");
|
||||
public static final Key MANGROVE_BOAT = Key.of("minecraft:MANGROVE_BOAT");
|
||||
public static final Key OAK_BOAT = Key.of("minecraft:OAK_BOAT");
|
||||
public static final Key SPRUCE_BOAT = Key.of("minecraft:SPRUCE_BOAT");
|
||||
public static final Key MINECART = Key.of("minecraft:MINECART");
|
||||
public static final Key HAPPY_GHAST = Key.of("minecraft:HAPPY_GHAST");
|
||||
public static final Key PIGLIN = Key.of("minecraft:PIGLIN");
|
||||
public static final Key ALLAY = Key.of("minecraft:ALLAY");
|
||||
public static final Key HORSE = Key.of("minecraft:HORSE");
|
||||
public static final Key ZOMBIE_HORSE = Key.of("minecraft:ZOMBIE_HORSE");
|
||||
@@ -19,18 +36,6 @@ public class EntityKeys {
|
||||
public static final Key ITEM_FRAME = Key.of("minecraft:ITEM_FRAME");
|
||||
public static final Key GLOW_ITEM_FRAME = Key.of("minecraft:GLOW_ITEM_FRAME");
|
||||
public static final Key INTERACTION = Key.of("minecraft:INTERACTION");
|
||||
|
||||
public static final Key ACACIA_BOAT = Key.of("minecraft:ACACIA_BOAT");
|
||||
public static final Key BAMBOO_BOAT = Key.of("minecraft:BAMBOO_BOAT");
|
||||
public static final Key BIRCH_BOAT = Key.of("minecraft:BIRCH_BOAT");
|
||||
public static final Key CHERRY_BOAT = Key.of("minecraft:CHERRY_BOAT");
|
||||
public static final Key DARK_OAK_BOAT = Key.of("minecraft:DARK_OAK_BOAT");
|
||||
public static final Key JUNGLE_BOAT = Key.of("minecraft:JUNGLE_BOAT");
|
||||
public static final Key MANGROVE_BOAT = Key.of("minecraft:MANGROVE_BOAT");
|
||||
public static final Key OAK_BOAT = Key.of("minecraft:OAK_BOAT");
|
||||
public static final Key SPRUCE_BOAT = Key.of("minecraft:SPRUCE_BOAT");
|
||||
public static final Key MINECART = Key.of("minecraft:MINECART");
|
||||
|
||||
public static final Key ACACIA_CHEST_BOAT = Key.of("minecraft:ACACIA_CHEST_BOAT");
|
||||
public static final Key BAMBOO_CHEST_BOAT = Key.of("minecraft:BAMBOO_CHEST_BOAT");
|
||||
public static final Key BIRCH_CHEST_BOAT = Key.of("minecraft:BIRCH_CHEST_BOAT");
|
||||
@@ -49,13 +54,4 @@ public class EntityKeys {
|
||||
public static final Key MINECART_FURNACE = Key.of("minecraft:MINECART_FURNACE");
|
||||
public static final Key MINECART_HOPPER = Key.of("minecraft:MINECART_HOPPER");
|
||||
public static final Key MINECART_COMMAND = Key.of("minecraft:MINECART_COMMAND");
|
||||
|
||||
public static final Key PIG = Key.of("minecraft:PIG");
|
||||
public static final Key STRIDER = Key.of("minecraft:STRIDER");
|
||||
|
||||
public static final Key WOLF = Key.of("minecraft:WOLF");
|
||||
public static final Key CAT = Key.of("minecraft:CAT");
|
||||
public static final Key PARROT = Key.of("minecraft:PARROT");
|
||||
|
||||
public static final Key HAPPY_GHAST = Key.of("minecraft:HAPPY_GHAST");
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@ public class ItemKeys {
|
||||
public static final Key BARRIER = Key.of("minecraft:barrier");
|
||||
public static final Key CACTUS = Key.of("minecraft:cactus");
|
||||
public static final Key REDSTONE = Key.of("minecraft:redstone");
|
||||
public static final Key GOLD_INGOT = Key.of("minecraft:gold_ingot");
|
||||
|
||||
public static final Key[] AXES = new Key[] {
|
||||
WOODEN_AXE, STONE_AXE, IRON_AXE, GOLDEN_AXE, DIAMOND_AXE, NETHERITE_AXE
|
||||
|
||||
Reference in New Issue
Block a user