user:ecolight:horse

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
user:ecolight:horse [2013/09/23 09:52] – 作成 ecolightuser:ecolight:horse [2021/05/08 16:13] (現在) – ↷ user:user:ecolight:horse から user:ecolight:horse へページを移動しました。 ecolight
行 1: 行 1:
 [Bukkit] [Bukkit]
-org.bukkit.entity.Horse+  *org.bukkit.entity.Horse 
 +<code java>
     public double getHorseSpeed(Horse h);     public double getHorseSpeed(Horse h);
     public void setHorseSpeed(Horse h,double speed);     public void setHorseSpeed(Horse h,double speed);
 +</code>
  
 [CraftBukkit] [CraftBukkit]
-net.minecraft.server.EntityHorse +  *net.minecraft.server.EntityHorse 
 +<code java>
     private String bQ;     private String bQ;
     private String[] bR = new String[3];     private String[] bR = new String[3];
行 21: 行 23:
         attributes.setValue(speed);         attributes.setValue(speed);
     }     }
 +</code>
  
- +  *org.bukkit.craftbukkit.entity.CraftHorse 
- +<code java>
-org.bukkit.craftbukkit.entity.CraftHorse +
- +
     public double getHorseSpeed(Horse h){      public double getHorseSpeed(Horse h){ 
         AttributeInstance attributes = ((EntityInsentient)((CraftLivingEntity)h).getHandle()).getAttributeInstance(GenericAttributes.d);         AttributeInstance attributes = ((EntityInsentient)((CraftLivingEntity)h).getHandle()).getAttributeInstance(GenericAttributes.d);
行 37: 行 37:
         attributes.setValue(speed);         attributes.setValue(speed);
     }     }
 +</code>
  • user/ecolight/horse.1379929967.txt.gz
  • 最終更新: 2013/09/23 09:52
  • (外部編集)