Uses of Enum Class
net.minecraft.world.World.class_7867
Packages that use World.class_7867
-
Uses of World.class_7867 in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type World.class_7867Modifier and TypeMethodDescriptionServerWorld.createExplosion(@Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, World.class_7867 class_7867) Creates an explosion. -
Uses of World.class_7867 in net.minecraft.world
Methods in net.minecraft.world that return World.class_7867Modifier and TypeMethodDescriptionstatic World.class_7867Returns the enum constant of this class with the specified name.static World.class_7867[]World.class_7867.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world with parameters of type World.class_7867Modifier and TypeMethodDescriptionWorld.createExplosion(@Nullable Entity entity, double x, double y, double z, float power, boolean createFire, World.class_7867 class_7867) Creates an explosion.World.createExplosion(@Nullable Entity entity, double x, double y, double z, float power, World.class_7867 class_7867) Creates an explosion without creating fire.World.createExplosion(@Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, World.class_7867 class_7867) Creates an explosion.World.createExplosion(@Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, Vec3d pos, float power, boolean createFire, World.class_7867 class_7867) Creates an explosion.World.method_46668(@Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior explosionBehavior, double double2, double double3, double double4, float float2, boolean bool, World.class_7867 class_7867, boolean bool2)