minecraft/common minecraft/server-ui minecraft/server minecraft/server minecraft/server Changelog BlockComponentTypes BlockPistonState Direction DisplaySlotId DyeColor EasingType EntityComponentTypes EntityDamageCause EntityInitializationCause EquipmentSlot FluidType GameMode ItemComponentTypes ItemLockMode MoonPhase ...
static read-only overworld = "minecraft:overworld"; The overworld is a collection of biomes, including forests, plains, jungles, mountains, deserts, taiga, and more. This is the default starter dimension for Minecraft. Mobs such as Axolotl, Cows, Creepers, and Zombies congregate here. ...
importnet.minecraft.init.PotionTypes;//导入依赖的package包/类protectedvoidattackWithPotion(EntityLivingBase target){doubletargetY = target.posY + (double) target.getEyeHeight() -1.100000023841858D;doubletargetX = target.posX + target.motionX -this.posX;doubled2 = targetY -this.posY;doubletarget...
{this.getDataManager().set(COLOR, Integer.valueOf(0)); }else{this.getDataManager().set(COLOR, Integer.valueOf(PotionUtils.getPotionColorFromEffectList(PotionUtils.mergeEffects(potionIn,this.effects))); } } } 开发者ID:F1r3w477,项目名称:CustomWorldGen,代码行数:16,代码来源:EntityAreaEffectClou...
minecraft/common minecraft/server-ui minecraft/server minecraft/server minecraft/server Changelog BlockComponentTypes BlockPistonState Direction DisplaySlotId DyeColor EasingType EntityComponentTypes EntityDamageCause EntityInitializationCause EquipmentSlot FluidType GameMode ItemComponentTypes ItemLockMode MoonPhase ...
minecraft/server Changelog BlockComponentTypes BlockPistonState BlockVolumeIntersection CustomComponentNameErrorReason Direction DisplaySlotId DyeColor EasingType EnchantmentSlot EntityComponentTypes EntityDamageCause EntityInitializationCause EquipmentSlot FluidType GameMode GameRule HudElement HudVisibility InputPermission...
static read-only overworld = "minecraft:overworld"; The overworld is a collection of biomes, including forests, plains, jungles, mountains, deserts, taiga, and more. This is the default starter dimension for Minecraft. Mobs such as Axolotl, Cows, Creepers, and Zombies congregate here. ...
Use@minecraft/vanilla-data.MinecraftDimensionTypes A collection of default Minecraft dimension types. Constants nether static read-only nether = "minecraft:nether"; The Nether is a collection of biomes separate from the Overworld, including Soul Sand Valleys and Crimson forests. Nether fortresses contai...
minecraft/server Changelog BlockComponentTypes BlockPistonState BlockVolumeIntersection CustomComponentNameErrorReason Direction DisplaySlotId DyeColor EasingType EnchantmentSlot EntityComponentTypes EntityDamageCause EntityInitializationCause EquipmentSlot FluidType GameMode GameRule HudElement HudVisibility InputPermission...
Contains a catalog of Minecraft Block Types that are available in this world. Methods get getAll get static "get"(typeName: string): BlockType | undefined Returns a BlockType object for the specified identifier. Parameters typeName: string Identifier of the block type. Should follow a namespace...