Skip to content

Commit

Permalink
docs: remove armor stand related docs and constants
Browse files Browse the repository at this point in the history
  • Loading branch information
yusshu committed Oct 9, 2023
1 parent 42090b3 commit 3623beb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions api/src/main/java/team/unnamed/hephaestus/Minecraft.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
@ApiStatus.Internal
public final class Minecraft {

public static final float ARMOR_STAND_SMALL_VERTICAL_OFFSET = 0.63F;
public static final float ARMOR_STAND_DEFAULT_VERTICAL_OFFSET = 1.452F; // todo: this must be tested

public static final float PLAYER_CREATIVE_PICK_RANGE = 5.0F;
public static final float PLAYER_DEFAULT_PICK_RANGE = 4.5F;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@
import team.unnamed.hephaestus.Bone;
import team.unnamed.hephaestus.util.Quaternion;

/**
* Represents a {@link Bone} holder entity,
* it is an armor stand with a LEATHER_HORSE_ARMOR
* item as helmet using a custom model data to
* apply the bone model
*
* @since 1.0.0
*/
public final class BoneEntity extends GenericBoneEntity {

private static final ItemStack BASE_HELMET = ItemStack.builder(Material.LEATHER_HORSE_ARMOR)
Expand Down

0 comments on commit 3623beb

Please sign in to comment.