Skip to content

Commit

Permalink
fix format bork
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 3, 2019
1 parent 15d4696 commit 9c273e4
Show file tree
Hide file tree
Showing 91 changed files with 108 additions and 108 deletions.
Expand Up @@ -33,7 +33,7 @@ private BukkitElementProperties(Element element) {
this.element = element;
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"aschunk", "as_chunk", "ascolor", "as_color", "ascuboid", "as_cuboid", "asentity", "as_entity",
"asinventory", "as_inventory", "asitem", "as_item", "aslocation", "as_location", "asmaterial",
"as_material", "asnpc", "as_npc", "asplayer", "as_player", "asworld", "as_world", "asplugin",
Expand Down
Expand Up @@ -29,7 +29,7 @@ private BukkitListProperties(dList list) {
this.list = list;
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"expiration", "formatted"
};

Expand Down
Expand Up @@ -25,7 +25,7 @@ public static BukkitQueueProperties getFrom(dObject queue) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"player", "npc"
};

Expand Down
Expand Up @@ -26,7 +26,7 @@ public static BukkitScriptProperties getFrom(dObject script) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"cooled_down", "cooldown", "step"
};

Expand Down
Expand Up @@ -24,7 +24,7 @@ public static EntityAI getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"has_ai"
};

Expand Down
Expand Up @@ -33,7 +33,7 @@ public static EntityAge getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"age", "is_age_locked", "is_baby"
};

Expand Down
Expand Up @@ -24,7 +24,7 @@ public static EntityAnger getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"anger"
};

Expand Down
Expand Up @@ -26,7 +26,7 @@ public static EntityAngry getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"angry"
};

Expand Down
Expand Up @@ -33,7 +33,7 @@ public static EntityAreaEffectCloud getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"base_potion", "particle", "duration", "radius", "reapplication_delay", "wait_time",
"has_custom_effect", "source", "custom_effects"
};
Expand Down
Expand Up @@ -23,7 +23,7 @@ public static EntityArmorBonus getFrom(dObject entity) {
return new EntityArmorBonus((dEntity) entity);
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"armor_bonus"
};

Expand Down
Expand Up @@ -31,7 +31,7 @@ public static EntityArmorPose getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"armor_pose_list", "armor_pose"
};

Expand Down
Expand Up @@ -24,7 +24,7 @@ public static EntityArms getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"arms"
};

Expand Down
Expand Up @@ -24,7 +24,7 @@ public static EntityBasePlate getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"base_plate"
};

Expand Down
Expand Up @@ -25,7 +25,7 @@ public static EntityBeamTarget getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"beam_target"
};

Expand Down
Expand Up @@ -25,7 +25,7 @@ public static EntityBoatType getFrom(dObject object) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"boat_type"
};

Expand Down
Expand Up @@ -22,7 +22,7 @@ public static EntityBodyArrows getFrom(dObject object) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"body_arrows"
};

Expand Down
Expand Up @@ -32,7 +32,7 @@ public static EntityBoundingBox getFrom(dObject object) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"bounding_box"
};

Expand Down
Expand Up @@ -24,7 +24,7 @@ public static EntityChestCarrier getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"carries_chest"
};

Expand Down
Expand Up @@ -43,7 +43,7 @@ public static EntityColor getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"color"
};

Expand Down
Expand Up @@ -24,7 +24,7 @@ public static EntityCritical getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"critical"
};

Expand Down
Expand Up @@ -20,7 +20,7 @@ public static EntityCustomName getFrom(dObject entity) {
return new EntityCustomName((dEntity) entity);
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"custom_name_visible", "custom_name"
};

Expand Down
Expand Up @@ -30,7 +30,7 @@ public static EntityDisabledSlots getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"disabled_slots"
};

Expand Down
Expand Up @@ -24,7 +24,7 @@ public static EntityElder getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"elder"
};

Expand Down
Expand Up @@ -27,7 +27,7 @@ public static EntityEquipment getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"equipment"
};

Expand Down
Expand Up @@ -28,7 +28,7 @@ public static EntityFirework getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"firework_item"
};

Expand Down
Expand Up @@ -31,7 +31,7 @@ public static EntityFramed getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"framed_item_rotation", "framed_item", "has_framed_item"
};

Expand Down
Expand Up @@ -28,7 +28,7 @@ public static EntityGravity getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"gravity"
};

Expand Down
Expand Up @@ -28,7 +28,7 @@ public static EntityHealth getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"health"
};

Expand Down
Expand Up @@ -35,7 +35,7 @@ public static EntityInfected getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"is_infected"
};

Expand Down
Expand Up @@ -27,7 +27,7 @@ public static EntityInventory getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"inventory"
};

Expand Down
Expand Up @@ -22,7 +22,7 @@ public static EntityInvulnerable getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"invulnerable"
};

Expand Down
Expand Up @@ -24,7 +24,7 @@ public static EntityIsShowingBottom getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"is_showing_bottom"
};

Expand Down
Expand Up @@ -29,7 +29,7 @@ public static EntityItem getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"item"
};

Expand Down
Expand Up @@ -26,7 +26,7 @@ public static EntityJumpStrength getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"jump_strength"
};

Expand Down
Expand Up @@ -24,7 +24,7 @@ public static EntityKnockback getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"knockback"
};

Expand Down
Expand Up @@ -24,7 +24,7 @@ public static EntityMarker getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"marker"
};

Expand Down
Expand Up @@ -25,7 +25,7 @@ public static EntityPainting getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"painting_width", "painting_height", "painting"
};

Expand Down
Expand Up @@ -29,7 +29,7 @@ public static EntityPotion getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"potion"
};

Expand Down
Expand Up @@ -36,7 +36,7 @@ public static EntityPotionEffects getFrom(dObject object) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"list_effects", "has_effect"
};

Expand Down
Expand Up @@ -24,7 +24,7 @@ public static EntityPowered getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"powered"
};

Expand Down
Expand Up @@ -37,7 +37,7 @@ public static EntityProfession getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"profession"
};

Expand Down
Expand Up @@ -22,7 +22,7 @@ public static EntityRiptide getFrom(dObject object) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"is_using_riptide"
};

Expand Down
Expand Up @@ -31,7 +31,7 @@ public static EntityRotation getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"rotation"
};

Expand Down
Expand Up @@ -23,7 +23,7 @@ public static EntitySilent getFrom(dObject entity) {
}
}

public static final String[] handledTags = new String[]{
public static final String[] handledTags = new String[] {
"silent"
};

Expand Down

0 comments on commit 9c273e4

Please sign in to comment.