We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11b52a commit 61305f7Copy full SHA for 61305f7
src/main/java/org/spongepowered/common/util/Constants.java
@@ -736,13 +736,6 @@ public static final class Ageable {
736
}
737
738
public static final class ArmorStand {
739
- static {
740
- try {
741
- Class.forName(String.valueOf(EntityArmorStand.class));
742
- } catch (ClassNotFoundException e) {
743
- e.printStackTrace();
744
- }
745
746
747
public static final Vector3d DEFAULT_HEAD_ROTATION = VecHelper.toVector3d(EntityArmorStandAccessor.accessor$getDefaultHeadRotation());
748
public static final Vector3d DEFAULT_CHEST_ROTATION = VecHelper.toVector3d(EntityArmorStandAccessor.accessor$getDefaultBodyRotation());
0 commit comments