Casting help?

Discussion in 'Plugin Development' started by murded1, Apr 16, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    murded1

    Hey Guys I'm a little stuck, I'm really new to this so if it's something really simple please forgive me :D

    I have a custom entity which extends 'EntityHorse', I'm trying to work out how to cast it to 'Horse'

    Any Idea?
     
  2. Offline

    xTrollxDudex

  3. Offline

    agent6262

    murded1 coded in chrome so its sudo code
    Code:java
    1. CustomEntity custom = new CustomEntity();
    2. Horse h = (Horse)custom;
     
Thread Status:
Not open for further replies.

Share This Page