Fix large swath of warnings, fix most render-methods
This commit is contained in:
@@ -24,6 +24,7 @@ public class WeightedContainer<T> extends WeightedRandomItem {
|
||||
return data;
|
||||
}
|
||||
|
||||
@Override
|
||||
public WeightedContainer<T> clone()
|
||||
{
|
||||
return new WeightedContainer<T>(data, itemWeight);
|
||||
|
||||
Reference in New Issue
Block a user